Documentation
Preparing search index...
ts-engine/src
ApplicationField
Interface ApplicationField
interface
ApplicationField
{
conditions
?:
ApplicationFieldConditions
;
dateBounds
?:
Partial
<
{
maxOffset
:
DateOffset
;
minOffset
:
DateOffset
}
>
;
defaultValue
?:
ApplicationFieldValue
;
description
?:
string
;
helperText
?:
string
;
iconName
?:
string
;
isHidden
:
boolean
;
isOptional
:
boolean
;
label
:
string
;
name
:
string
;
numberBounds
?:
Partial
<
{
maxDecimalPrecision
:
number
;
maxValue
:
number
;
minValue
:
number
}
,
>
;
options
?:
ApplicationFieldValue
[]
;
order
:
number
;
type
:
ApplicationFieldType
;
variant
:
ApplicationFieldVariant
;
}
Index
Properties
conditions?
date
Bounds?
default
Value?
description?
helper
Text?
icon
Name?
is
Hidden
is
Optional
label
name
number
Bounds?
options?
order
type
variant
Properties
Optional
conditions
conditions
?:
ApplicationFieldConditions
Optional
date
Bounds
dateBounds
?:
Partial
<
{
maxOffset
:
DateOffset
;
minOffset
:
DateOffset
}
>
Optional
default
Value
defaultValue
?:
ApplicationFieldValue
Optional
description
description
?:
string
Optional
helper
Text
helperText
?:
string
Optional
icon
Name
iconName
?:
string
is
Hidden
isHidden
:
boolean
is
Optional
isOptional
:
boolean
label
label
:
string
name
name
:
string
Optional
number
Bounds
numberBounds
?:
Partial
<
{
maxDecimalPrecision
:
number
;
maxValue
:
number
;
minValue
:
number
}
,
>
Optional
options
options
?:
ApplicationFieldValue
[]
order
order
:
number
type
type
:
ApplicationFieldType
variant
variant
:
ApplicationFieldVariant
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conditions
date
Bounds
default
Value
description
helper
Text
icon
Name
is
Hidden
is
Optional
label
name
number
Bounds
options
order
type
variant
Documentation
Loading...