Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie_StartOpts.hrl
Raw

include/plushie_StartOpts.hrl

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