vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface OmniScriptPersistentComponent

    interface OmniScriptPersistentComponent {
        id: string;
        itemsKey: string;
        label: string;
        modalConfigurationSetting: {
            modalController: string;
            modalHTMLTemplateId: string;
            modalSize: string;
        };
        postTransformBundle: string;
        preTransformBundle: string;
        remoteClass: string;
        remoteMethod: string;
        remoteOptions: { postTransformBundle: string; preTransformBundle: string };
        remoteTimeout: number;
        render: boolean;
        responseJSONNode: string;
        responseJSONPath: string;
        sendJSONNode: string;
        sendJSONPath: string;
    }
    Index

    Properties

    id: string
    itemsKey: string
    label: string
    modalConfigurationSetting: {
        modalController: string;
        modalHTMLTemplateId: string;
        modalSize: string;
    }
    postTransformBundle: string
    preTransformBundle: string
    remoteClass: string
    remoteMethod: string
    remoteOptions: { postTransformBundle: string; preTransformBundle: string }
    remoteTimeout: number
    render: boolean
    responseJSONNode: string
    responseJSONPath: string
    sendJSONNode: string
    sendJSONPath: string