| Option |
| FetchCheckedState | A method to get the checked state. Called periodically to update the status |
| Toggled | |
| Triggered |
| Checkable | Whether this option is a toggle option. Editor.Option.Checked. |
| Checked | Whether this option is toggled/checked. Editor.Option.Checkable. |
| Enabled | Whether this option can be clicked. Will also be visually different. |
| Icon | The icon for this option. |
| IconImage | The icon for this option. |
| IconText | Text to display if Editor.Option.Text is empty. |
| Shortcutobsolete | |
| ShortcutName | |
| StatusTextobsolete | |
| StatusTip | |
| Text | Text for this option. |
| Tooltipobsolete | |
| ToolTip |
| OnToggled | Called when this option was toggled. |
| OnTriggered | Called when this option was clicked.. |
| SetIcon | Sets an icon for the option via a raw image. |