Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WidgetTypeResourceFormat

Package version

interface

An interface representing WidgetTypeResourceFormat. The WidgetTypeResourceFormat

extends

ProxyResource

Hierarchy

Index

Properties

Optional changed

changed: Date
member

{Date} [changed] Date time when widget type was last modified. NOTE: This property will not be serialized. It can only be populated by the server.

Optional created

created: Date
member

{Date} [created] Date time when widget type was created. NOTE: This property will not be serialized. It can only be populated by the server.

definition

definition: string
member

{string} definition Definition for widget type.

Optional description

description: undefined | string
member

{string} [description] Description for widget type.

Optional displayName

displayName: undefined | object
member

{{ [propertyName: string]: string }} [displayName] Localized display name for the widget type.

Optional id

id: undefined | string
member

{string} [id] Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

Optional imageUrl

imageUrl: undefined | string
member

{string} [imageUrl] The image URL.

Optional name

name: undefined | string
member

{string} [name] Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tenantId

tenantId: undefined | string
member

{string} [tenantId] The hub name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string
member

{string} [type] Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional widgetTypeName

widgetTypeName: undefined | string
member

{string} [widgetTypeName] Name of the widget type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional widgetVersion

widgetVersion: undefined | string
member

{string} [widgetVersion] The widget version.

Generated using TypeDoc