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

    Type Alias HareScriptRTD

    type HareScriptRTD = {
        embedded: {
            contentid: string;
            data: WebHareBlob;
            dominantcolor: string;
            extension: string;
            filename: string;
            hash: string;
            height: number;
            mimetype: string;
            mirrored: boolean;
            refpoint: { x: number; y: number } | null;
            rotation: number;
            source_fsobject: number;
            width: number;
        }[];
        htmltext: WebHareBlob;
        instances: {
            data: { whfstype: string; [key: string]: unknown };
            instanceid: string;
        }[];
        links: { linkref: number; tag: string }[];
    }
    Index

    Properties

    embedded: {
        contentid: string;
        data: WebHareBlob;
        dominantcolor: string;
        extension: string;
        filename: string;
        hash: string;
        height: number;
        mimetype: string;
        mirrored: boolean;
        refpoint: { x: number; y: number } | null;
        rotation: number;
        source_fsobject: number;
        width: number;
    }[]
    htmltext: WebHareBlob
    instances: {
        data: { whfstype: string; [key: string]: unknown };
        instanceid: string;
    }[]
    links: { linkref: number; tag: string }[]