Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat-ui
chat-node-toolbar-action-contribution
ChatNodeToolbarActionContribution
Interface ChatNodeToolbarActionContribution
interface
ChatNodeToolbarActionContribution
{
getToolbarActions
(
node
:
RequestNode
|
ResponseNode
,
)
:
ChatNodeToolbarAction
[]
;
}
Implemented by
DefaultChatNodeToolbarActionContribution
Index
Methods
get
Toolbar
Actions
Methods
get
Toolbar
Actions
getToolbarActions
(
node
:
RequestNode
|
ResponseNode
)
:
ChatNodeToolbarAction
[]
Returns the toolbar actions for the given node.
Parameters
node
:
RequestNode
|
ResponseNode
Returns
ChatNodeToolbarAction
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Toolbar
Actions
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Returns the toolbar actions for the given node.