HybridForms API
    Preparing search index...

    Interface IFormField

    interface IFormField {
        id: string;
        value: any;
    }
    Index

    Properties

    Properties

    id: string
    value: any