Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RunEditorButtonsJson

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

Hierarchy

  • RunEditorButtonsJson

Index

Properties

can_move_down

can_move_down: boolean

Describes whether the currently selected segments can be moved down. If any one of the selected segments is the last segment, then they can't be moved.

can_move_up

can_move_up: boolean

Describes whether the currently selected segments can be moved up. If any one of the selected segments is the first segment, then they can't be moved.

can_remove

can_remove: boolean

Describes whether the currently selected segments can be removed. If all segments are selected, they can't be removed.

Generated using TypeDoc