Preparing search index...
    interface ILookupRefAttributeST {
        attributeName: string;
        displayName?: string;
        formFields?: IRefFormField[];
        id?: string;
        items?: Partial<IRefFormField>[];
        key: string;
        lookupName: string;
        options: SelectOption[];
        parentId?: string;
        supplementaryGroup?: ISearchGroupBase<IGroupQueryBase>;
        termGroup: keyof ITermsGroup;
        type: STRING | INTEGER;
    }

    Hierarchy

    Index

    Properties

    attributeName: string
    displayName?: string
    formFields?: IRefFormField[]
    id?: string
    items?: Partial<IRefFormField>[]
    key: string
    lookupName: string
    options: SelectOption[]
    parentId?: string
    supplementaryGroup?: ISearchGroupBase<IGroupQueryBase>
    termGroup: keyof ITermsGroup
    type: STRING | INTEGER