To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val set : ?ctx:(string * string) list -> (string * string option) -> unit Lwt.t
set entry
inserts an entry
into the cache storage. entry
is a tuple where the first element is the key and the second element is the value. Since the value is an optional, set
can be used to remove a value from the store like so: set ("foo", None)
. If a key exists already, the value is overwritten with the provided value.
val find : ?ctx:(string * string) list -> string -> string option Lwt.t
find key
returns the value that is associated with key
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>