@resistdesign/voltra
    Preparing search index...

    Function createHistoryBackHandler

    • Back-navigation consumption helper for shared history controllers.

      Returns true only when history consumed the back action.

      Example:

      const handler = createHistoryBackHandler(history);
      const consumed = handler.handle();

      Parameters

      Returns { handle: () => boolean }

      • handle: () => boolean