Current section
Files
Jump to
Current section
Files
include/plushie@runtime_RuntimeOpts.hrl
-record(runtime_opts, {
format :: plushie@protocol:format(),
session :: binary(),
daemon :: boolean(),
app_opts :: gleam@dynamic:dynamic_(),
required_native_widgets :: list(binary()),
renderer_args :: list(binary()),
token :: gleam@option:option(binary())
}).