Class QuickEditConfigButtons
Buttons on a quick-edit toolbar
Package: Api.Js.SxcJs
Properties
addApp
Enable the button to "add App"
Declaration
addApp?: boolean
Property Value
Type | Description |
---|---|
boolean |
addContent
Enable the button to "Add Content"
Declaration
addContent?: boolean
Property Value
Type | Description |
---|---|
boolean |
delete
Enable the button "Delete"
Declaration
delete?: boolean
Property Value
Type | Description |
---|---|
boolean |
move
Enable the button "Move"
Declaration
move?: boolean
Property Value
Type | Description |
---|---|
boolean |
paste
Enable the button "Paste"
Declaration
paste?: boolean
Property Value
Type | Description |
---|---|
boolean |
select
Enable the button "Select"
Declaration
select?: boolean
Property Value
Type | Description |
---|---|
boolean |