Class QuickEditConfig
Quick Edit Configuration which has an enable and specific button configurations
QuickEditConfigRoot
This is the common configuration structure for quickE - both the root as well as the nodes modules and innerBlocks.
Package: Api.Js.SxcJs
Properties
buttons
Optional detailed configuration of the buttons.
QuickEditConfigRoot
This is the common configuration structure for quickE - both the root as well as the nodes modules and innerBlocks.
Declaration
buttons?: QuickEditConfigButtons
Property Value
| Type | Description |
|---|---|
| QuickEditConfigButtons |
enable
Determine whether this section is enabled.
QuickEditConfigRoot
This is the common configuration structure for quickE - both the root as well as the nodes modules and innerBlocks.
Declaration
enable?: boolean | "auto"
Property Value
| Type | Description |
|---|---|
| boolean | "auto" |