Package-level declarations

Types

Link copied to clipboard
data class ActionDescriptor(val icon: Int?, val label: String?, val action: UIAction?, val executor: EditorTool?, val selectionCount: SelectionCount?, val type: ActionType, val group: ToolGroup?)
Link copied to clipboard
typealias UIAction = suspend (Boolean) -> Unit