Core API Overview > @adpt/core > Adapt > WidgetPlugin > widgetInfo
Adapt.WidgetPlugin.widgetInfo() method
Signature:
widgetInfo(pair: WidgetPair<WidgetElem, WidgetObs>): {
type: string;
id: string;
key: string | undefined;
};
Parameters
Parameter | Type | Description |
---|---|---|
pair | WidgetPair<WidgetElem, WidgetObs> |
Returns:
{ type: string; id: string; key: string | undefined; }