Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@runtime_RuntimeOpts.hrl
Raw

include/plushie@runtime_RuntimeOpts.hrl

-record(runtime_opts, {
format :: plushie@protocol:format(),
session :: binary(),
daemon :: boolean(),
app_opts :: gleam@dynamic:dynamic_(),
renderer_args :: list(binary()),
token :: gleam@option:option(binary())
}).