HareScriptRTD | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias HareScriptRTD

    type HareScriptRTD = {
        embedded: HareScriptResourceDescriptor[];
        htmltext: WebHareBlob;
        instances: {
            data: { whfstype: string; [key: string]: unknown };
            instanceid: string;
        }[];
        links: { linkref: number; tag: string }[];
    }
    Index

    Properties

    htmltext: WebHareBlob
    instances: {
        data: { whfstype: string; [key: string]: unknown };
        instanceid: string;
    }[]
    links: { linkref: number; tag: string }[]