vira - v25.2.0
Preparing search index...
IsAllowedInputs
Type Alias IsAllowedInputs
Inputs used to check if the current input element value is allowed.
type
IsAllowedInputs
=
{
allowed
:
string
|
RegExp
|
undefined
;
blocked
:
string
|
RegExp
|
undefined
;
value
:
string
;
}
Index
Properties
allowed
blocked
value
Properties
allowed
allowed
:
string
|
RegExp
|
undefined
blocked
blocked
:
string
|
RegExp
|
undefined
value
value
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
allowed
blocked
value
vira - v25.2.0
Loading...
Inputs used to check if the current input element value is allowed.