Interface SceneConfig

interface SceneConfig {
    id: string;
    infospots?: InfospotConfig[];
    name: string;
    url: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

id: string
infospots?: InfospotConfig[]
name: string
url: string