kokomi.js
    Preparing search index...

    Interface SceneConfig

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

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

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