To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Alias allows to define virtual keys in terms of other keys at configuration time only.
Alias
type 'a t = 'a Functoria_key.Alias.t
The type for key alias.
add k f a
set a
as an alias for the key k
: setting a
on the command-line will set k
to f
applied to a
's value. If f
returns None
, no value is set.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page