Collection of UI resource definitions
Keys are used to reference UI resources from tool definitions.
const ui: UIDefs = { "main-widget": { html: "./widget.html" }, "detail-view": { html: "./detail.html", prefersBorder: true },}; Copy
const ui: UIDefs = { "main-widget": { html: "./widget.html" }, "detail-view": { html: "./detail.html", prefersBorder: true },};
Collection of UI resource definitions
Keys are used to reference UI resources from tool definitions.