BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface CustomElementPropertyText

    interface CustomElementPropertyText {
        name?: string;
        type: "TEXT" | "DECIMAL" | "WITHUNIT" | "MONETARY";
        value?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name?: string
    type: "TEXT" | "DECIMAL" | "WITHUNIT" | "MONETARY"
    value?: string