Preparing search index...
The search index is not available
IMask
IMask
vue-imask
useIMask
Function useIMask
useIMask
<
MaskElement
,
Opts
>
(
props
,
__namedParameters
?
)
:
{
el
:
Ref
<
MaskElement
|
undefined
>
;
mask
:
DeepReadonly
<
Ref
<
InputMask
<
Opts
>
|
undefined
>
>
;
masked
:
Ref
<
InputMask
<
Opts
>
[
"value"
]
>
;
typed
:
Ref
<
InputMask
<
Opts
>
[
"typedValue"
]
>
;
unmasked
:
Ref
<
InputMask
<
Opts
>
[
"unmaskedValue"
]
>
;
}
Type Parameters
MaskElement
extends
InputMaskElement
Opts
extends
FactoryOpts
Parameters
props
:
Opts
|
Ref
<
Opts
>
__namedParameters
:
ComposableParams
<
Opts
>
= {}
Returns
{
el
:
Ref
<
MaskElement
|
undefined
>
;
mask
:
DeepReadonly
<
Ref
<
InputMask
<
Opts
>
|
undefined
>
>
;
masked
:
Ref
<
InputMask
<
Opts
>
[
"value"
]
>
;
typed
:
Ref
<
InputMask
<
Opts
>
[
"typedValue"
]
>
;
unmasked
:
Ref
<
InputMask
<
Opts
>
[
"unmaskedValue"
]
>
;
}
el
:
Ref
<
MaskElement
|
undefined
>
mask
:
DeepReadonly
<
Ref
<
InputMask
<
Opts
>
|
undefined
>
>
masked
:
Ref
<
InputMask
<
Opts
>
[
"value"
]
>
typed
:
Ref
<
InputMask
<
Opts
>
[
"typedValue"
]
>
unmasked
:
Ref
<
InputMask
<
Opts
>
[
"unmaskedValue"
]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
IMask
Loading...