@termun/core - v0.0.0
GitHub
npm
Preparing search index...
menus
MenuInputConfigsJson
Type Alias MenuInputConfigsJson
type
MenuInputConfigsJson
=
{
clear
?:
boolean
;
fastSubmit
?:
boolean
;
inline
?:
boolean
;
forbidChars
?:
string
;
validate
?:
(
value
:
string
)
=>
boolean
|
string
;
callback
?:
(
data
:
{
menu
:
MenuInput
;
value
:
string
;
language
?:
string
;
parent
?:
string
;
}
,
)
=>
Promise
<
void
>
;
}
Index
Properties
clear?
fast
Submit?
inline?
forbid
Chars?
validate?
callback?
Properties
Optional
clear
clear
?:
boolean
Optional
fast
Submit
fastSubmit
?:
boolean
Optional
inline
inline
?:
boolean
Optional
forbid
Chars
forbidChars
?:
string
A string containing characters that should be blocked from input (e.g. " ").
Optional
validate
validate
?:
(
value
:
string
)
=>
boolean
|
string
Optional
callback
callback
?:
(
data
:
{
menu
:
MenuInput
;
value
:
string
;
language
?:
string
;
parent
?:
string
;
}
,
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
clear
fast
Submit
inline
forbid
Chars
validate
callback
GitHub
npm
@termun/core - v0.0.0
Loading...
A string containing characters that should be blocked from input (e.g. " ").