Table of Contents

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