Type Alias: CustomEventBooleanConfig
Last updated
Last updated
@torque-labs/torque-utils • Docs
@torque-labs/torque-utils / CustomEventBooleanConfig
Custom event config type for boolean properties
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
description
?
null
| string
A short description to the user of the custom event field
image
?
null
| string
An image to display with the custom event field in the UI (eg. screenshots)
label
?
null
| string
The label for the custom field that will displayed in the UI
name
string
The name of the custom field
type
"boolean"
Boolean custom event field type
validation
{ match
: null
| boolean
; }
Validation for this custom event boolean property
validation.match
?
null
| boolean
A specific boolean value to match against (eg. true)