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

Whether the current user has favorited this widget. Populated on get, batch_get, update, and search responses; create responses always return false because a widget can only be favorited after it exists. Favoriting itself is performed through the shared favorites API, not this service.

modifiedAt: string

ISO 8601 timestamp of when the widget was last modified.

tags: null | string[]

User-defined tags for organizing widgets.

Generated using TypeDoc