These v19 docs are archived ๐.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Interface CommandParamsEntityInContentBlock
Parameters used for command which expect an item from a list of a ContentBlock.
โคด๏ธ back to All Command Names
Package: Api.Js.SxcJs
Properties
index
Determins the position of the item in the list.
index was added in v14.04 to replace the sortOrder
which had a confusing name.
Declaration
index: number
Property Value
Type | Description |
---|---|
number |
useModuleList
Must be true, to work on the module list.
Declaration
useModuleList: true
Property Value
Type | Description |
---|---|
true |