Action Descriptor
data class ActionDescriptor(val icon: Int?, val label: String?, val action: UIAction?, val executor: EditorTool?, val selectionCount: SelectionCount?, val type: ActionType, val group: ToolGroup?)
Constructors
Link copied to clipboard
constructor(icon: Int?, label: String?, action: UIAction?, executor: EditorTool?, selectionCount: SelectionCount?, type: ActionType, group: ToolGroup?)