Skip to main content
Version: 1.x

PreRegisterCommandsEvent

PreRegisterCommandsEvent

Event object passed to plugins before command registration.

Signature
interface PreRegisterCommandsEvent {
preventDefault(): void;
commands: CommandData[];
}

preventDefault

method
() => void

commands

property