HybridForms API
    Preparing search index...

    Interface ILookupTableType<T>

    interface ILookupTableType<T> {
        fields: string[];
        parentStructureId?: string;
        sectionStructureId?: string;
        structure: T;
    }

    Type Parameters

    • T
    Index

    Properties

    fields: string[]
    parentStructureId?: string
    sectionStructureId?: string
    structure: T