focusNext

Focus next or previous focusable node relative to the point of reference. This function only works with nodes compatible with the new I/O system introduced in Fluid 0.7.2.

  1. OrderedFocusAction focusNext(Node node, bool wrap)
    @safe
    focusNext
    (,
    bool wrap = true
    )
  2. OrderedFocusAction focusNext(Node node, Node branch, bool wrap)

Parameters

node Node

Node to use for reference.

wrap bool

If true, if no node remains to focus, focus the first or last node found.

Meta