package miaou-core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Miaou_internals.Focus_chainSource

Sourcetype t
Sourceval create : total:int -> t
Sourceval with_total : t -> int -> t
Sourceval current : t -> int option
Sourceval move : t -> [ `Next | `Prev ] -> t * [ `Handled | `Bubble ]
Sourceval handle_key : t -> key:string -> t * [ `Handled | `Bubble ]

Tab/Backtab rotate focus across total slots; other keys bubble.