-
Notifications
You must be signed in to change notification settings - Fork 0
Interfaces
Jong Won Kim edited this page Nov 2, 2025
·
4 revisions
- 결과 값 객체
| Property | |||
|---|---|---|---|
| flag | boolean |
* #default true
|
|
| alertMsg |
string | null
|
* #default null
|
|
| el |
InputElement | null
|
* #default null
|
| Property | |||
|---|---|---|---|
| S | InputElement |
optional |
|
| E | InputElement |
optional |
- validation check할 Element를 담는 객체
| Property | |||
|---|---|---|---|
| el | InputElement[] |
optional |
|
| date | { [date: string]: dateEl } |
optional |
| Property | |||
|---|---|---|---|
[required: string] |
InputElement[] |
- validation에 사용할 정규식을 담은 객체
| Property | |||
|---|---|---|---|
[pattern: string] |
RegExp |
- validation 초기화를 위한 객체
| Property | |||
|---|---|---|---|
| regex | regex |
optional |