Preparing search index...
The search index is not available
Trova Core - v3.43.0
Trova Core
@trova-trip/trova-models
models
platformHooks
PlatformHook
Interface PlatformHook
interface
PlatformHook
{
_id
?:
string
;
actions
:
PlatformHookAction
[]
;
active
:
boolean
;
conditions
:
HookCondition
[]
;
createdDate
?:
Date
;
events
:
EventName
[]
;
id
?:
string
;
model
:
constants
.
models
.
ModelName
;
modifiedDate
?:
Date
;
name
:
string
;
orConditions
?:
HookCondition
[]
;
timing
?:
TimingConfig
;
triggerCooldown
?:
BaseTimingConfig
;
triggeredModelIds
?:
Record
<
string
,
unknown
>
;
triggerOnce
?:
boolean
;
}
Hierarchy (
View Summary
)
BaseHook
PlatformHook
Index
Properties
_id?
actions
active
conditions
created
Date?
events
id?
model
modified
Date?
name
or
Conditions?
timing?
trigger
Cooldown?
triggered
Model
Ids?
trigger
Once?
Properties
Optional
_id
_id
?:
string
actions
actions
:
PlatformHookAction
[]
active
active
:
boolean
conditions
conditions
:
HookCondition
[]
Optional
created
Date
createdDate
?:
Date
events
events
:
EventName
[]
Optional
id
id
?:
string
Deprecated
Use _id instead
model
model
:
constants
.
models
.
ModelName
Optional
modified
Date
modifiedDate
?:
Date
name
name
:
string
Optional
or
Conditions
orConditions
?:
HookCondition
[]
Optional
timing
timing
?:
TimingConfig
Optional
trigger
Cooldown
triggerCooldown
?:
BaseTimingConfig
Optional
triggered
Model
Ids
triggeredModelIds
?:
Record
<
string
,
unknown
>
Optional
trigger
Once
triggerOnce
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_id
actions
active
conditions
created
Date
events
id
model
modified
Date
name
or
Conditions
timing
trigger
Cooldown
triggered
Model
Ids
trigger
Once
Trova Core - v3.43.0
Loading...
Deprecated
Use _id instead