object

LineType

Describes the list behavior of a row.

Properties
PropertyTypeRequired
classconstRequired
styleTypeintegerRequired
levelintegerRequired
isFirstbooleanRequired

class

Required

Description

no description

Type

const

Value

constant: the value of this property must be equal to:

json
"lineType"

styleType

Required

Description

no description

Type

integer

Value

enum: the value of this property must be equal to one of the following values:

ValueExplanation
0plain
1ordered list
2unordered list

level

Required

Description

Starting with 0(default value), the level of rows is described.

Type

integer

isFirst

Required

Description

Whether the current row is the first row in the hierarchy.

Type

boolean

Daruma Feedback