Viewer
    Preparing search index...

    Interface ShapeDiverResponseOutputChunk

    Extension of the ResOutputChunk with a node

    interface ShapeDiverResponseOutputChunk {
        displayname: string;
        hidden: boolean;
        id: string;
        name: string;
        typeHint: string;
        node?: ITreeNode;
        tooltip?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayname: string
    hidden: boolean
    id: string
    name: string
    typeHint: string
    node?: ITreeNode
    tooltip?: string