Current section
Files
Jump to
Current section
Files
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()
}).