ic-reactor
Example
GitHub
Preparing search index...
visitor
types
PrincipalArg
Interface PrincipalArg
interface
PrincipalArg
{
type
:
"principal"
;
required
:
true
;
maxLength
:
number
;
minLength
:
number
;
defaultValue
:
string
;
label
:
string
;
validate
:
(
value
:
any
)
=>
string
|
boolean
;
defaultValues
?:
any
[]
|
Record
<
string
,
any
>
;
}
Hierarchy (
View Summary
)
DefaultArg
PrincipalArg
Index
Properties
type
required
max
Length
min
Length
default
Value
label
validate
default
Values?
Properties
type
type
:
"principal"
required
required
:
true
max
Length
maxLength
:
number
min
Length
minLength
:
number
default
Value
defaultValue
:
string
label
label
:
string
validate
validate
:
(
value
:
any
)
=>
string
|
boolean
Optional
default
Values
defaultValues
?:
any
[]
|
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
required
max
Length
min
Length
default
Value
label
validate
default
Values
Example
GitHub
ic-reactor
Loading...