SettingsTreeNodeAction
type SettingsTreeNodeAction =
| SettingsTreeNodeActionItem
| SettingsTreeNodeActionDivider;
An action included in the action menu for a settings node.
type SettingsTreeNodeAction =
| SettingsTreeNodeActionItem
| SettingsTreeNodeActionDivider;
An action included in the action menu for a settings node.