Interface CommandMetadataParams
Parameters used for the command metadata.
Will do either one of these:
- if it has an
entityId, will just openeditfor that Entity - if it has no
entityId, will opennewfor the currentcontentTypeand 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 |