Binary Raw - Docs
    Preparing search index...
    • Mounts the toolbar into container and returns a ToolbarHandle for external synchronisation and cleanup.

      Responsibilities:

      • Undo / Redo – buttons and global Ctrl+Z / Ctrl+Y shortcuts.
      • Export – triggers a browser file download of the current buffer.
      • Column width – lets the user choose between 8, 16, or 32 bytes per row.
      • Search – debounced incremental search with hex / ASCII / UTF-8 modes and previous/next navigation.

      Parameters

      • container: HTMLElement

        The host HTMLElement into which the toolbar is rendered.

      • options: ToolbarOptions = {}

        Optional configuration; see ToolbarOptions.

      Returns ToolbarHandle

      A ToolbarHandle for refreshing state and destroying the component.