Preparing search index...
The search index is not available
IMask
IMask
vue-imask
ComposableParams
Type alias ComposableParams<Opts>
Composable
Params
<
Opts
>
:
{
defaultTypedValue
?:
InputMask
<
Opts
>
[
"typedValue"
]
;
defaultUnmaskedValue
?:
InputMask
<
Opts
>
[
"unmaskedValue"
]
;
defaultValue
?:
InputMask
<
Opts
>
[
"value"
]
;
emit
?:
(
<
E
>
(
eventName
,
value
,
e
?
)
=>
void
)
;
onAccept
?:
(
(
e
?
)
=>
void
)
;
onComplete
?:
(
(
e
?
)
=>
void
)
;
}
Type Parameters
Opts
extends
FactoryOpts
Type declaration
Optional
default
Typed
Value
?:
InputMask
<
Opts
>
[
"typedValue"
]
Optional
default
Unmasked
Value
?:
InputMask
<
Opts
>
[
"unmaskedValue"
]
Optional
default
Value
?:
InputMask
<
Opts
>
[
"value"
]
Optional
emit
?:
(
<
E
>
(
eventName
,
value
,
e
?
)
=>
void
)
<
E
>
(
eventName
,
value
,
e
?
)
:
void
Type Parameters
E
extends
ComposableEmitEvent
Parameters
eventName
:
E
value
:
ComposableEmitValue
<
E
,
Opts
>
Optional
e
:
InputEvent
Returns
void
Optional
on
Accept
?:
(
(
e
?
)
=>
void
)
(
e
?
)
:
void
Parameters
Optional
e
:
InputEvent
Returns
void
Optional
on
Complete
?:
(
(
e
?
)
=>
void
)
(
e
?
)
:
void
Parameters
Optional
e
:
InputEvent
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
IMask
Loading...