-
Notifications
You must be signed in to change notification settings - Fork 0
Interfaces
Jong Won Kim edited this page Nov 12, 2025
·
4 revisions
- 결과 값 객체
| Property | |||
|---|---|---|---|
| flag | boolean |
* #default true
|
|
| alertMsg |
string | null
|
* #default null
|
|
| el |
InputElement | null
|
* #default null
|
|
| phase | Phase |
* #default Phase.INIT
|
- validation에 사용할 정규식을 담은 객체
| Property | |||
|---|---|---|---|
[pattern: string] |
RegExp |
* pattern은 data-sv-pattern의 값 |
- validation 초기화를 위한 객체
| Property | |||
|---|---|---|---|
| regex | regex |
optional |