global Text
fun globalText(vararg names: String, action: GlobalTextCommand.() -> Unit)
Content copied to clipboard
Create a global text command.
Parameters
names
The names of this command.
action
The command action.
Create a global text command.
The names of this command.
The command action.