@intelligentgraphics/openconfiguration.host
    Preparing search index...

    Interface HostSaveParams<SP>

    interface HostSaveParams<SP extends object> {
        attachments: Attachment[];
        data: SessionData<SP>;
        ocJsonOrZipUrl?: string;
    }

    Type Parameters

    • SP extends object
    Index

    Properties

    attachments: Attachment[]
    ocJsonOrZipUrl?: string