@twinfinity/core
    Preparing search index...

    Interface BimContainerInfo

    Information about a container and the currently logged in user.

    interface BimContainerInfo {
        id: string;
        info: { language: string; title: string };
        language: string;
        title: string;
        user: BimUserInfo;
    }
    Index

    Properties

    id: string

    Id of container.

    info: { language: string; title: string }

    Kept for backwards compatibility. Same as title and language.

    language: string

    Language of container. Different containers can have different languages.

    title: string

    Title of container.

    Information regarding the current user.