Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@widget@sensor_Sensor.hrl
Raw

include/plushie@widget@sensor_Sensor.hrl

-record(sensor, {
id :: binary(),
children :: list(plushie@node:node_()),
delay :: gleam@option:option(integer()),
anticipate :: gleam@option:option(float()),
on_resize :: gleam@option:option(binary()),
event_rate :: gleam@option:option(integer()),
a11y :: gleam@option:option(plushie@prop@a11y:a11y())
}).