Interface ISettings

These are the base settings expected in any project view data-version. The only exception is data-version = 1 which is our deprecated legacy format.

Hierarchy

Properties

IsLoginRequired?: boolean
IsRestricted?: boolean
branding?: IBranding
contact?: IContact
defaults?: {
    camera?: ProjectViewBookmark.ICamera;
    settings?: ProjectViewBookmark.ISettings;
}

Type declaration

imageries?: IViewImagery[]
menuItems?: MenuItem.IItem[]
plugins?: IPlugins
present?: IPresent
selection?: ISelection
selectionColor?: string
terrains?: IViewTerrain[]

Generated using TypeDoc