updateViewShared Method
Change a view from shared to private, or vice versa. If changing to private, the owner must be supplied.
updateViewShared(arg: { isShared: boolean, owner?: string, viewId: string }): Promise<void>
| Parameter | Type | Description |
|---|---|---|
| arg | { isShared: boolean, owner?: string, viewId: string } |
Returns - Promise
Defined in
- core/common/src/ViewProps.ts Line 586
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.