For the complete documentation index, see llms.txt. This page is also available as Markdown.

basemask

The BaseMaskComponent class for instance is the base class for Line components.

Class inheritance

BaseMaskComponent extends BaseControlComponent.

Support

Properties

Property

Get/Set

Notify Changes

Details

enabled: boolean

Yes/Yes

No

Inherited from BaseControlComponent see BaseControlComponent

mask: string

Yes/No

No

Gets the mask processed by the EditMaskService.

maxlength: number

Yes/No

No

Gets the max length of characters that the mask allows.

name: string

Yes/No

No

Inherited from BaseControlComponent see BaseControlComponent

text: string

Yes/Yes

Yes

Inherited from BaseControlComponent see BaseControlComponent

visible: boolean

Yes/Yes

No

Inherited from BaseControlComponent see BaseControlComponent

Events

Event

Supported

Parameter

Details

getfocus

Yes

$event: any

Triggers getfocus Event.

losefocus

Yes

$event: any

Triggers losefocus Event.

Last updated

Was this helpful?