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$ |
Type : unknown
|
Default value : new BehaviorSubject<string>('PC')
|
| deviceId$ |
Type : unknown
|
Default value : new BehaviorSubject<string>(null)
|
| isWireframe$ |
Type : unknown
|
Default value : new BehaviorSubject<boolean>(true)
|
| modelName$ |
Type : unknown
|
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>