Member Junction
    Preparing search index...

    Service for managing browser tab titles. Provides a hierarchical naming scheme: "App Name - Resource/Page Name" Useful for bookmarks and browser history.

    Index

    Constructors

    Methods

    • Set the current app name (e.g., "Sales", "Marketing") Pass null to clear the app context

      Parameters

      • appName: string | null

      Returns void

    • Set both app and resource in one call

      Parameters

      • appName: string | null
      • resourceName: string | null

      Returns void

    • Set the current resource/page name (e.g., "Accounts", "Contact: John Doe") Pass null to show only the app name

      Parameters

      • resourceName: string | null

      Returns void