AcceptedPropertyTypes |
|
ActilityState |
|
Action |
An action is a global operation which you can add to the plus sign in the upper right corner or any custom component added to the header. |
|
ActionFactory |
Factory to implement if used in a hook for Multi Provider extension. |
|
ActionBarFactory |
Factory to implement if used in a hook for Multi Provider extension. |
|
ActionBarItem |
An action bar item is a action in scope of a current route of the application. |
|
ActionControlFactory |
Factory to implement in order to add action controls from an extension. |
|
FilterPredicateFunction |
A filter predicate function. |
|
PartialFilterChipGenerationType |
Represents a partial filter chip with required properties 'displayValue' and 'value'. |
|
PartialFilterChipRemovalType |
Represents a partial filter chip with either 'columnName' and 'externalFilterQuery' or 'columnName' and 'filterPredicate'. |
|
ServerSideDataCallback |
A callback function to fetch server data. |
|
ServerSideDataResult |
Describes a result from server with data and additional statistics. |
|
SortOrder |
Sorting order: ascending, descending, or not specified. |
|
ActionExtension |
An extension HOOK can use either a pure value: Example :
Or an array to directly register multiple: Example :
Or an ExtensionFactory which allows to define a get() function. This function gets called on each navigation with the current route and can return values async (observable or promise). Example :
|
|
Aggregation |
|
DateContextFromToQueryParams |
|
DateContextIntervalQueryParams |
|
Interval |
|
WidgetDisplaySettings |
|
WidgetTimeContextChange |
|
WidgetTimeContextState |
|
AlarmCount |
|
AlarmListIndicator |
|
AlarmSeverityIcon |
|
AlarmStatusIcon |
|
CustomFragment |
|
FormFilters |
|
SelectedAlarm |
|
AlarmDetails |
|
AlarmOrEvent |
|
AlarmOrEventBase |
|
EventDetails |
|
TimelineType |
|
TimelineTypeTexts |
|
AlarmEventSelectorModalOptions |
|
AlarmOrderType |
|
LegacyAlarmListConfig |
|
SelectedDevice |
|
AlertDismissalData |
|
AlertType |
|
AppFilterProps |
|
FilterPipe |
|
PackageFilters |
|
ApplicationState |
|
ArrayValidationErrors |
|
ArrayValidationErrorValue |
|
AssetPath |
Asset paths. |
|
AssetTypes |
|
GroupIcon |
|
GroupIcons |
|
MoTypes |
|
BrandingCSSVarsForm |
|
BrandingCSSVarsValues |
|
BrandingFormKeys |
|
BrandingFormTopLevelKeys |
|
BrandingFormTopLevelKeysToUnpack |
|
BrandingFormValue |
|
BrandingOptionsJson |
|
NotUnpackedTopLevelFormKeys |
|
ParamIntersection |
|
TopLevelForm |
|
TopLevelFormKeysNotToUnpack |
|
TopLevelValues |
|
UnpackedTopLevelFormKeys |
|
BreadcrumbExtension |
An extension HOOK can use either a pure value: Example :
Or an array to directly register multiple: Example :
Or an ExtensionFactory which allows to define a get() function. This function gets called on each navigation with the current route and can return values async (observable or promise). Example :
|
|
BreadcrumbFactory |
Factory to implement if used in a hook for Multi Provider extension. |
|
BreadcrumbItem |
A crumb of the breadcrumb. |
|
C8yMarker |
|
C8yMarkerAttributes |
|
ClusterMapConfig |
|
MapConfig |
|
MapStatusButtonsConfig |
|
RequireOnlyOne |
|
CanEditConfig |
|
Checkbox |
|
Color |
|
ColorVariableName |
|
CompilerOptions |
|
ConfigureFn |
|
DashboardChildrenState |
Object representing state of dashboard widgets. Its main purpose is to allow to undo and redo changes applied to dashboard children. |
|
DashboardDetailsTabs |
|
DashboardGlobalRoles |
|
DataCallback |
|
DeviceGridExtensionFactory |
Use `ActionControlFactory` instead. |
|
DatapointSelectorModalAssetSelectorOptions |
|
DatapointSelectorModalOptions |
|
DateTimeContext |
|
RevertChangeType |
|
WidgetChangeEvent |
Type for describing widget change events. It's possible to extend this by adding additional events to discriminated union type. |
|
WidgetChangeEventType |
|
WidgetTimeContext |
|
DateType |
|
DefaultWidgetIdKeys |
|
DefaultWidgetIdValues |
|
DeviceListColumnsFactory |
|
DocLink |
A link on the right drawer. |
|
DocLinkExtension |
An extension HOOK can use either a pure value: Example :
Or an array to directly register multiple: Example :
Or an ExtensionFactory which allows to define a get() function. This function gets called on each navigation with the current route and can return values async (observable or promise). Example :
|
|
DrawerItem |
|
DrawerPositions |
|
DynamicComponents |
|
DynamicWidgetDefinition |
|
WidgetDisplaySettingsCore |
|
DynamicProviderNavigationConfig |
|
DynamicProviderTabsConfig |
|
Entity |
|
Settings |
|
Factory |
|
Scope |
|
FilterMapperExtension |
An extension HOOK can use either a pure value: Example :
Or an array to directly register multiple: Example :
Or an ExtensionFactory ExtensionFactory: Example :
|
|
FormGroupConfig |
Helper type for form group configuration based on a given entity interface. Ensures that model changes will be detected at compile time avoiding runtime errors and possible data loss. |
|
ForOfFilterPipe |
|
GenericHookType |
|
HookValueType |
|
GridConfigPart |
Defines the various types of configuration options for data grid component. |
|
GridEventType |
Defines the various types of configuration change events the data grid component can emit. |
|
IndexedStep |
Can be used to mark a step as completed and adds the current index to the step. |
|
LicensedApplicationPlugin |
|
LoriotState |
|
LpwanState |
|
MappingConfig |
|
NavigatorExtension |
An extension HOOK can use either a pure value: Example :
Or an array to directly register multiple: Example :
Or an ExtensionFactory which allows to define a get() function. This function gets called on each navigation with the current route and can return values async (observable or promise). Example :
|
|
NavigatorNodeFactory |
Factory enabling extension of the navigator menu through the HOOK_NAVIGATOR_NODES hook. Refer to Libraries > Component library > Extension points in our Web SDK guide. Example :
|
|
ObjectMappingsValidationObject |
|
OperationStatusOptionsMap |
|
OperationStatusOptionsMapShared |
|
PartialAppsList |
The list of partial application objects. |
|
QuickLink |
|
RealtimeAction |
|
RefreshOptionDetails |
|
RefreshOptions |
|
RegisterDeviceExtension |
An extension HOOK can use either a pure value: Example :
Or an array to directly register multiple: Example :
Or an ExtensionFactory which allows to define a get() function. This function gets called on each navigation with the current route and can return values async (observable or promise). Example :
|
|
RegisterDeviceFactory |
Factory to implement if used in a hook for Multi Provider extension. |
|
ReplaceDeviceStepState |
|
ReplaceDeviceStepStatesMap |
|
RepositoryBinary |
|
Route |
A route that can be added via the HOOK_ROUTE. |
|
RouteFactory |
|
RouteExtension |
An extension HOOK can use either a pure value: Example :
Or an array to directly register multiple: Example :
Or an ExtensionFactory which allows to define a get() function. This function gets called on each navigation with the current route and can return values async (observable or promise). Example :
|
|
SearchFactory |
Factory to implement if used in a hook for Multi Provider extension. |
|
selectedFunction |
|
selectedLabelFunction |
|
SigfoxState |
|
SizeInBytes |
|
SizeInMegaBytes |
|
StaticAssetType |
|
StatusType |
|
StepperExtension |
An extension HOOK can use either a pure value: Example :
Or an array to directly register multiple: Example :
Or an ExtensionFactory which allows to define a get() function. This function gets called on each navigation with the current route and can return values async (observable or promise). Example :
|
|
SupportedIcons |
|
Tab |
An tab allows to switch routes on a page. |
|
TabFactory |
Factory to implement if used in a hook for Multi Provider extension. |
|
TabExtension |
An extension HOOK can use either a pure value: Example :
Or an array to directly register multiple: Example :
Or an ExtensionFactory which allows to define a get() function. This function gets called on each navigation with the current route and can return values async (observable or promise). Example :
|
|
ThemeOptions |
|
ThemePreferenceOptions |
|
UpdateType |
|
UserStatusPartial |
|
WizardExtension |
|
ZipEntry |
|