Movatterモバイル変換


[0]ホーム

URL:


LogoLogo
Ctrlk
Sign upHelp Center
Powered by GitBook
On this page

UpdateActionTriggerParams


Properties

id

id:string


label?

optionallabel:string

The label of the action trigger.


disabled?

optionaldisabled:boolean

Whether the action trigger is disabled or not.


type?

optionaltype:undefined


onTrigger()?

optionalonTrigger: (args: {id:string; }) =>void

The function to call when the action trigger is triggered.

Parameters

Parameter
Type
Description

args

{id:string; }

The arguments passed to the function.

args.id

string

The id of the action trigger.

Returns

void


onCreate()?

optionalonCreate: (args: {id:string; }) =>void

A function to call when the element is created.

Parameters

Parameter
Type
Description

args

{id:string; }

The arguments passed to the function.

args.id

string

The id of the element.

Returns

void


onDestroy()?

optionalonDestroy: (args: {id:string; }) =>void

A function to call when the element is destroyed.

Parameters

Parameter
Type
Description

args

{id:string; }

The arguments passed to the function.

args.id

string

The id of the element.

Returns

void

Last updated

Was this helpful?


[8]ページ先頭

©2009-2025 Movatter.jp