Frodo Library - v4.0.0-24
    Preparing search index...

    Interface RequestTypeProperty

    interface RequestTypeProperty {
        display?: {
            description?: string;
            isVisible: boolean;
            name: string;
            order?: number;
        };
        isChangable?: boolean;
        isInternal?: boolean;
        isMultiValue?: boolean;
        isRequired: boolean;
        lookup?: { path: string; query: string };
        text?: { defaultValue: string };
    }
    Index

    Properties

    display?: {
        description?: string;
        isVisible: boolean;
        name: string;
        order?: number;
    }
    isChangable?: boolean
    isInternal?: boolean
    isMultiValue?: boolean
    isRequired: boolean
    lookup?: { path: string; query: string }
    text?: { defaultValue: string }