src/services/editMask/editMaskrule.ts
Edit mask rule
Properties |
constructor(start: number, end: number, char: string, execute: (start: number,end: number,text: string) => void)
|
Creates an instance of EditMaskRule. |
char |
Type : string
|
CommandCharacter that has a rule |
end |
Type : number
|
Should end rule application |
execute |
Type : function
|
Rule to be executed |
start |
Type : number
|
Should apply rule starting at this point |