BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface PinData

    Represents data of a pin.

    interface PinData {
        point: PinPoint;
        color?: string;
        imageURL?: string;
        width?: number;
        height?: number;
        label?: string;
        userObject?: unknown;
        draggingAllowed?: boolean;
        hidden?: boolean;
    }
    Index

    Properties

    point: PinPoint
    color?: string
    imageURL?: string
    width?: number
    height?: number
    label?: string
    userObject?: unknown
    draggingAllowed?: boolean
    hidden?: boolean