Class IMaskDirective<Opts, Unmask, V>

Type Parameters

Implements

  • ControlValueAccessor
  • AfterViewInit
  • OnDestroy
  • OnChanges

Constructors

Properties

_composing: boolean = false
_compositionMode: boolean = ...
_elementRef: ElementRef<any> = ...
_factory: DefaultImaskFactory = ...
_initialValue: any
_platformId: Object = ...
_renderer: Renderer2 = ...
_viewInitialized: boolean = false
_writing: boolean = false
_writingValue: any
accept: EventEmitter<V> = ...
complete: EventEmitter<V> = ...
imask?: Opts
imaskElement: ((elementRef, directiveRef) => InputMaskElement) = DEFAULT_IMASK_ELEMENT

Type declaration

maskRef?: InputMask<Opts>
onChange: any = ...
onTouched: any = ...
unmask?: Unmask

Accessors

Methods

  • Parameters

    • fn: ((_) => void)
        • (_): void
        • Parameters

          • _: any

          Returns void

    Returns void