Viewer
    Preparing search index...

    Interface ShapeDiverResponseOutputContentBackend

    interface ShapeDiverResponseOutputContentBackend {
        format: string;
        contentType?: string;
        data?: any;
        href?: string;
        msg?: string;
        name?: string;
        size?: number;
        transformations?: number[][];
    }

    Hierarchy (View Summary)

    Index

    Properties

    format: string
    contentType?: string
    data?: any
    href?: string
    msg?: string
    name?: string
    size?: number
    transformations?: number[][]