Interface RunParams
Parameters for the Instance sxc.cms.run(...) command. New in 13.03
Package: Api.Js.SxcJs
Properties
action
The action to perform. Required.
Declaration
action?: CommandNames
Property Value
Type | Description |
---|---|
CommandNames |
event
The event which triggered this command - sometimes useful internally further use. Optional in most cases, but in some cases it will improve the behavior of the code.
Declaration
event?: MouseEvent
Property Value
Type | Description |
---|---|
MouseEvent |
params
The command params, like contentType, entityId etc. Optional for many actions.
Declaration
params?: CommandParams
Property Value
Type | Description |
---|---|
CommandParams |
workflows
Workflows work the same way as with a toolbar, except that they are added here and not registered on init.
Because of limitations in automatic documentation, the type here is set to unknown
but it's actually WorkflowStep
| WorkflowStep[]
Declaration
workflows?: unknown
Property Value
Type | Description |
---|---|
unknown |