Interface: ShortcutConstraints
Defined in: adapter.ts:711
Constraints on when to call an shortcut handler.
Properties
callbackId?
optional callbackId: string | RegExp;
Defined in: adapter.ts:715
A string or RegExp to match against the callback_id
type?
optional type: "shortcut";
Defined in: adapter.ts:720
Valid type includes shortcut