StaticDEFAULT_OPTIONS
DEFAULT_OPTIONS: {
actions: {
clearFacing: (event: any, target: any) => Promise<void>;
compelCheck: (event: any, target: any) => Promise<void>;
queueAction: (event: any, target: any) => Promise<void>;
};
classes: string[];
} = ...
Inherit Doc