These v19 docs are archived ๐.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Interface CommandMetadataParams
Parameters used for the command metadata
.
Will do either one of these:
- if it has an
entityId
, will just openedit
for that Entity - if it has no
entityId
, will opennew
for the currentcontentType
and assign to the target specified bymetadata
:
โคด๏ธ back to All Command Names
Package: Api.Js.SxcJs
Properties
contentType
The content-type name
Declaration
contentType: string
Property Value
Type | Description |
---|---|
string |
entityId
ID of item to edit.
Declaration
entityId: number
Property Value
Type | Description |
---|---|
number |
metadata
Target to assign the metadata to.
Declaration
metadata: CommandParamsMetadata
Property Value
Type | Description |
---|---|
CommandParamsMetadata |