Skip to content
On this page

Interface: MatrixWidgetAPIResponse

Matrix.MatrixWidgetAPIResponse

MatrixWidgetAPIResponse interface represents a response to a Matrix widget API request.

Hierarchy

Table of contents

Properties

Properties

action

action: string

Inherited from

MatrixWidgetAPIRequest.action

Defined in

websg.d.ts:2767


api

api: "fromWidget" | "toWidget"

Inherited from

MatrixWidgetAPIRequest.api

Defined in

websg.d.ts:2765


data

data: unknown

Inherited from

MatrixWidgetAPIRequest.data

Defined in

websg.d.ts:2769


requestId

requestId: string

Inherited from

MatrixWidgetAPIRequest.requestId

Defined in

websg.d.ts:2766


response

response: unknown

Defined in

websg.d.ts:2776


widgetId

widgetId: string

Inherited from

MatrixWidgetAPIRequest.widgetId

Defined in

websg.d.ts:2768