-
Notifications
You must be signed in to change notification settings - Fork 0
Classes
Jong Won Kim edited this page Nov 2, 2025
·
2 revisions
- Validation Check를 위한 객체
| Parameter | |||
|---|---|---|---|
| config | config |
optional |
| Property | |||
|---|---|---|---|
| result | result |
* 결과 값 객체 |
| Method | ||||
|---|---|---|---|---|
| init | void |
* 객체 초기화 | ||
| config | config |
optional |
* Validation 초기화를 위한 객체 |
|
| run | void |
* validation을 실행한다. |
||
| form | HTMLFormElement |
require |
* validation을 실행 할 HTMLFormElement 객체 |