• Returns cache identifier for a bookmark. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey("abc", "def"); api.Cache.Remove(key); }

    Parameters

    • viewId: string
    • bookmarkId: string

    Returns string

Generated using TypeDoc