Search
Preparing search index...
The search index is not available
Streams Platform Client Api - v1.4.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Streams Platform Client Api - v1.4.0
Field
Class Field<T>
Type parameters
T
:
FieldType
=
FieldType
Hierarchy
IBaseField
<
T
>
Field
Index
Constructors
constructor
Properties
#field
config
handle
input
rules
type
Methods
serialize
Constructors
constructor
new
Field
<
T
>
(
field
:
IBaseField
<
T
>
)
:
Field
<
T
>
Type parameters
T
:
keyof
FieldTypes
=
keyof
FieldTypes
Parameters
field:
IBaseField
<
T
>
Returns
Field
<
T
>
Properties
Private
#field
#field
:
IBaseField
<
T
>
Optional
config
config
?:
IBaseFieldConfig
Optional
handle
handle
?:
string
Optional
input
input
?:
Record
<
string
,
any
>
&
{
type
:
T
}
Optional
rules
rules
?:
any
[]
type
type
:
T
Methods
serialize
serialize
(
)
:
IBaseField
<
T
>
Returns
IBaseField
<
T
>
Exports
Request
Response
Field
constructor
#field
config
handle
input
rules
type
serialize