Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CommentForm

Index

Constructors

constructor

Properties

commentId

commentId: string

Private instance

Private isAttached

isAttached: boolean = false

projectId

projectId: string

Private subscriptions

subscriptions: Subscription[] = ...

topicId

topicId: string

Private updateSnapshotWhenAttached

updateSnapshotWhenAttached: boolean = false

Private viewpointInstance

viewpointInstance: BcfViewpointInterface & { saveComponents?: boolean; saveSnapshot?: boolean }

Accessors

project

topic

Methods

addIfcToViewpoint

  • addIfcToViewpoint(ifcGuid: string): void

attached

  • attached(): void

bind

  • bind(): void

detached

  • detached(): void

Private dispatchViewpoint

  • dispatchViewpoint(): void

Private fetchProjectExtensions

  • fetchProjectExtensions(force?: boolean): void

removeIfcFromViewpoint

  • removeIfcFromViewpoint(ifcGuid: string): void

Private setInstanceFromApi

  • setInstanceFromApi(): Promise<void>

Private setInstanceFromState

  • setInstanceFromState(): Promise<void>

Private setNewInstance

  • setNewInstance(): void

Private setNewViewpointInstance

  • setNewViewpointInstance(): void

Private setSnapshot

  • setSnapshot(): void

Private setViewpointInstanceFromApi

  • setViewpointInstanceFromApi(): Promise<void>

Generated using TypeDoc