PreRegisterCommandsEvent
PreRegisterCommandsEvent
Event object passed to plugins before command registration.
Signature
interface PreRegisterCommandsEvent {
preventDefault(): void;
commands: CommandData[];
}
Event object passed to plugins before command registration.
interface PreRegisterCommandsEvent {
preventDefault(): void;
commands: CommandData[];
}