Documentation
    Preparing search index...

    Variable mkForm

    mkForm: (
        form: AbstractForm,
        csrfToken: string | boolean,
        errors?: any,
    ) => string

    Type Declaration

      • (form: AbstractForm, csrfToken: string | boolean, errors?: any): string
      • Parameters

        • form: AbstractForm
        • csrfToken: string | boolean
        • errors: any = {}

        Returns string