widgets/implementations/three-d-rotation/three-d-rotation-widget-view/three-d-rotation-widget-view.component.ts
OnChanges
providers |
MeasurementRealtimeService
|
selector | c8y-three-d-rotation-widget-view |
standalone | true |
imports |
ThreeDRotationComponent
|
templateUrl | ./three-d-rotation-widget-view.component.html |
Properties |
Methods |
Inputs |
constructor(measurementRealtime: MeasurementRealtimeService, dashboard: ContextDashboardComponent)
|
|||||||||
Parameters :
|
config |
Type : ThreeDRotationWidgetConfig
|
ngOnChanges | ||||||
ngOnChanges(changes: SimpleChanges)
|
||||||
Parameters :
Returns :
void
|
angles$ |
Type : Observable<ThreeDRotationWidgetRotate>
|
cameraType$ |
Default value : new BehaviorSubject<string>('PC')
|
deviceId$ |
Default value : new BehaviorSubject<string>(null)
|
isWireframe$ |
Default value : new BehaviorSubject<boolean>(true)
|
modelName$ |
Default value : new BehaviorSubject<string>(null)
|
modelObj$ |
Type : Observable<any>
|
<c8y-three-d-rotation
[modelObj$]="modelObj$"
[angles$]="angles$"
[cameraType$]="cameraType$"
[isWireframe$]="isWireframe$"
></c8y-three-d-rotation>