Documentation
Preparing search index...
@saltcorn/types
model-abstracts/abstract_trigger
TriggerCfg
Type Alias TriggerCfg
type
TriggerCfg
=
{
action
:
string
;
channel
?:
string
;
configuration
?:
any
;
description
?:
string
;
id
?:
number
|
null
;
min_role
?:
number
;
name
?:
string
;
steps
?:
WorkflowStepCfg
[]
;
table
?:
AbstractTable
;
table_id
?:
number
|
null
;
table_name
?:
string
;
when_trigger
:
string
;
}
Index
Properties
action
channel?
configuration?
description?
id?
min_
role?
name?
steps?
table?
table_
id?
table_
name?
when_
trigger
Properties
action
action
:
string
Optional
channel
channel
?:
string
Optional
configuration
configuration
?:
any
Optional
description
description
?:
string
Optional
id
id
?:
number
|
null
Optional
min_
role
min_role
?:
number
Optional
name
name
?:
string
Optional
steps
steps
?:
WorkflowStepCfg
[]
Optional
table
table
?:
AbstractTable
Optional
table_
id
table_id
?:
number
|
null
Optional
table_
name
table_name
?:
string
when_
trigger
when_trigger
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
channel
configuration
description
id
min_
role
name
steps
table
table_
id
table_
name
when_
trigger
Documentation
Loading...