Table of Contents

Class QuickEditConfigRoot

Quick Edit - Full configuration at root, with enable and rules for modules and innerBlocks

QuickEditConfigRoot

you are here (click to zoom) - discover the stack

This is the root configuration structure for quickE.


Package: Api.Js.SxcJs

Properties

buttons

The buttons configuration on the root. Will be used for the modules and innerBlocks if not specified there. Note that if not specified, will always default to true for all buttons.

QuickEditConfigRoot

you are here (click to zoom) - discover the stack

This is the root configuration structure for quickE.


Declaration
buttons?: QuickEditConfigButtons
Property Value
Type Description
QuickEditConfigButtons

enable

Determine whether this section is enabled.

QuickEditConfigRoot

you are here (click to zoom) - discover the stack

This is the root configuration structure for quickE.


Declaration
enable?: boolean | "auto"
Property Value
Type Description
boolean | "auto"

innerBlocks

Optional configuration for the Inner Content Blocks.

QuickEditConfigRoot

you are here (click to zoom) - discover the stack

This is the root configuration structure for quickE.


Declaration
innerBlocks?: QuickEditConfig
Property Value
Type Description
QuickEditConfig

modules

Optional configuration for the Modules.

QuickEditConfigRoot

you are here (click to zoom) - discover the stack

This is the root configuration structure for quickE.


Declaration
modules?: QuickEditConfig
Property Value
Type Description
QuickEditConfig