Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MenuAction

Defines an entry in a menu. Used with tiled.extendMenu.

Before an action can be added to a menu, it needs to be registered using tiled.registerAction.

Hierarchy

  • MenuAction

Index

Properties

Properties

action

action: string

ID of a registered action that the menu item will represent.

Optional before

before: string

ID of the action before which this menu item should be added (optional).

Generated using TypeDoc