Skip to main content

BimContainerInfo

Information about a container and the currently logged in user.

Index

Properties

readonlyid

id: string

Id of container.

readonlyinfo

info: { language: string; title: string }

Kept for backwards compatibility. Same as title and language.


Type declaration

  • readonlylanguage: string
  • readonlytitle: string

readonlylanguage

language: string

Language of container. Different containers can have different languages.

readonlytitle

title: string

Title of container.

readonlyuser

Information regarding the current user.