Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LayoutEditorStateJson

Represents the current state of the Layout Editor in order to visualize it properly.

Hierarchy

  • LayoutEditorStateJson

Index

Properties

buttons

Describes which actions are currently available.

component_settings

component_settings: SettingsDescriptionJson

A generic description of the settings available for the selected component and their current values.

components

components: string[]

The name of all the components in the layout.

general_settings

general_settings: SettingsDescriptionJson

A generic description of the general settings available for the layout and their current values.

selected_component

selected_component: number

The index of the currently selected component.

Generated using TypeDoc