refactor(client): rename the host provide source to provideInfo

This commit is contained in:
imccyu
2026-07-28 11:03:56 +08:00
parent bce9910b47
commit 71529aa7d2
8 changed files with 10 additions and 10 deletions

View File

@@ -112,7 +112,7 @@ export interface SlotRendererHost {
* obsolete hook/prop schema. Carries the static roster with sessionId
* undefined while no current session resolves.
*/
provide: HostObservable<SessionMaybeProvideInfo>
provideInfo: HostObservable<SessionMaybeProvideInfo>
}
/** Workspace-side standard-kit sources. */
workspaces: {