HybridForms API
    Preparing search index...

    Interface IFormDataSource

    interface IFormDataSource {
        formdefinitions?: any[];
        id: string;
        name: string;
        persistent: boolean;
        progressItems?: number;
        url: string;
    }
    Index

    Properties

    formdefinitions?: any[]
    id: string
    name: string
    persistent: boolean
    progressItems?: number
    url: string