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

    Type Alias HareScriptResourceDescriptor

    type HareScriptResourceDescriptor = {
        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: Rotation;
        source_fsobject: number;
        width: number;
    }
    Index

    Properties

    contentid: string
    dominantcolor: string
    extension: string
    filename: string
    hash: string
    height: number
    mimetype: string
    mirrored: boolean
    refpoint: { x: number; y: number } | null
    rotation: Rotation
    source_fsobject: number
    width: number