Interface FormOptions

interface FormOptions {
    onFormUpdate?: FormUpdateListener;
    validate?: boolean;
    validators?: Validators;
}

Hierarchy (view full)

Properties

onFormUpdate?: FormUpdateListener

Function to be called when form is updated

validate?: boolean

Validate the answer, default = true

validators?: Validators

Validators