Beta Optional configComponent that can be used to configure the given resource
Tag name of the web component
Optional props?: Record<string, unknown>Properties to initialize the component with
Optional description?: stringDescription of the resource
Optional icon?: string | IconIcon representing the resource
Optional tags?: string[]List of tags describing the resource. A client may use the tags to determine if a resource is suitable for a given context
Optional title?: stringHuman readable name for the resource
Metadata for a configured resource
A resource can be anything that is registered in the client, e.g. web component or command
See