Home > @activeviam/activeui-sdk > isEditModeAllowedForBookmark
isEditModeAllowedForBookmark() function
Evaluates if the edit mode is allowed for a particular bookmark. Edit mode will always be allowed for bookmarks that do not exist on the content server.
Signature:
export declare function isEditModeAllowedForBookmark(activeUI: ActiveUI, bookmarkId?: BookmarkId, bookmarkContentServerUrl?: Url): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
activeUI | ActiveUI | |
bookmarkId | BookmarkId | |
bookmarkContentServerUrl | Url |
Returns:
boolean