File

operations/device-selector/device-selector.component.ts

Implements

OnInit OnDestroy

Metadata

Index

Properties
Methods
Inputs
Outputs

Inputs

deviceTypes
Type : Observable<string[]>

Outputs

onDeviceQueryStringChange
Type : EventEmitter<string>

Methods

ngOnDestroy
ngOnDestroy()
Returns : void
ngOnInit
ngOnInit()
Returns : void

Properties

columns
Type : Column[]
Default value : [ new StatusDeviceGridColumn(), new NameDeviceGridColumn(), this.typeColumn, new ModelDeviceGridColumn(), new GroupDeviceGridColumn(), new RegistrationDateDeviceGridColumn(), new AlarmsDeviceGridColumn() ]
deviceGrid
Type : DeviceGridComponent
Decorators :
@ViewChild(DeviceGridComponent, {static: true})
Static Readonly GRID_CONFIG_CONTEXT
Type : UserPreferencesGridConfigContext
Default value : { key: GRID_CONFIG_KEY, configFilter: { filter: false } }
typeColumn
Type : Column
Default value : new TypeDeviceGridColumn()
<c8y-device-grid
  [title]="'Target devices' | translate"
  [columns]="columns"
  [infiniteScroll]="'auto'"
  [showSearch]="false"
  (onDeviceQueryStringChange)="onDeviceQueryStringChange.emit($event)"
  c8yProductExperience
  [actionName]="'bulkOperations'"
></c8y-device-grid>

results matching ""

    No results matching ""