NavVis IVION API
    Preparing search index...

    Interface SiteInterface

    Objects that are stored as resources in the database inherit from this interface.

    interface SiteInterface {
        draftId: number;
        id: number;
        name: string;
        parentId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    draftId: number

    ID of the draft site created from this site.

    id: number

    Entity id number

    name: string

    The name of the site.

    parentId: number

    ID of the published site from which this draft site is created.