Situm SDK JS
    Preparing search index...

    Interface ViewerOptions

    interface ViewerOptions {
        apiKey?: string;
        buildingId?: number;
        domElement: HTMLElement;
        profile?: string;
    }
    Index

    Properties

    apiKey?: string
    buildingId?: number
    domElement: HTMLElement
    profile?: string