Member Junction
    Preparing search index...
    • Returns a clone of a BrowserAction with its text/URL fields resolved against the context. The ORIGINAL action is never mutated (so the engine's recorded step keeps the {{label}} — model-safe). The clone preserves the action's prototype so adapter instanceof checks still hold.

      Parameters

      • action: BrowserAction

        The action the controller emitted (may contain {{label}} tokens).

      • context: Record<string, unknown>

        The context object values resolve against.

      Returns BrowserAction

      A resolved clone (or the original when there is nothing to resolve).