Attributes of a widget resource.

Hierarchy

  • WidgetAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt: string

ISO 8601 timestamp of when the widget was created.

definition: v2.WidgetDefinition

The definition of a widget, including its type and configuration.

isFavorited: boolean

Will be implemented soon. Currently always returns false.

modifiedAt: string

ISO 8601 timestamp of when the widget was last modified.

tags: null | string[]

User-defined tags for organizing widgets.

Generated using TypeDoc