Table of Contents

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