Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LayoutEditorButtonsJson

Describes which actions are currently available. Depending on how many components exist and which one is selected, only some actions can be executed successfully.

Hierarchy

  • LayoutEditorButtonsJson

Index

Properties

can_move_down

can_move_down: boolean

Describes whether the currently selected component can be moved down. If the last component is selected, it can't be moved.

can_move_up

can_move_up: boolean

Describes whether the currently selected component can be moved up. If the first component is selected, it can't be moved.

can_remove

can_remove: boolean

Describes whether the currently selected component can be removed. If there's only one component in the layout, it can't be removed.

Generated using TypeDoc