Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions apps/website/content/docs/chat/api/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3411,6 +3411,28 @@
}
]
},
{
"name": "ChatSidenavScrimComponent",
"kind": "class",
"description": "Backdrop scrim for chat-sidenav's drawer mode, rendered as a sibling of\n<chat-sidenav> so its z-index sits cleanly between the page content\nand the drawer host (escapes the drawer host's stacking context).\n\nUsage:\n <chat-sidenav-scrim [open]=\"drawerOpen()\" (close)=\"drawerOpen.set(false)\" />\n <chat-sidenav [(open)]=\"drawerOpen\" ...></chat-sidenav>",
"params": [],
"examples": [],
"properties": [
{
"name": "close",
"type": "OutputEmitterRef<void>",
"description": "Fires when the user clicks the backdrop.",
"optional": false
},
{
"name": "open",
"type": "InputSignal<boolean>",
"description": "When true, render the backdrop button covering the viewport.",
"optional": false
}
],
"methods": []
},
{
"name": "ChatStreamingMdComponent",
"kind": "class",
Expand Down
Loading