These v19 docs are archived ๐.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Interface CommandParamsEntityInList
Parameters used for command which expect an item in a list (field) of a parent.
โคด๏ธ back to All Command Names
Package: Api.Js.SxcJs
Properties
fields
Parent Entity field(s) name(s).
Usually just one field, like Authors
.
In field-sets it could be Author,Award
or similar.
Declaration
fields: string
Property Value
Type | Description |
---|---|
string |
index
Determins the position of the item in the list of that entity-field.
Declaration
index: number
Property Value
Type | Description |
---|---|
number |
parent
Parent entity GUID which has the field referencing this item.
Declaration
parent: string
Property Value
Type | Description |
---|---|
string |