ParametersAPI
Defined in: figmaPluginTypes.ts:2960
https://www.figma.com/plugin-docs/api/figma-parameters
off(
type,callback):void
Defined in: figmaPluginTypes.ts:2972
Removes a handler added via figma.parameters.on.
"input"
(event) => void
void
on(
type,callback):void
Defined in: figmaPluginTypes.ts:2964
Register a handler for user input events in the quick action UI.
"input"
(event) => void
void
once(
type,callback):void
Defined in: figmaPluginTypes.ts:2968
Register a handler for user input events in the quick action UI. Same as figma.parameters.on("input"), but only gets called the first time.
"input"
(event) => void
void