Current section

Files

Jump to
lustre include lustre@runtime@server@runtime_Config.hrl
Raw

include/lustre@runtime@server@runtime_Config.hrl

-record(config, {
open_shadow_root :: boolean(),
adopt_styles :: boolean(),
attributes :: gleam@dict:dict(binary(), fun((binary()) -> {ok, any()} |
{error, nil})),
properties :: gleam@dict:dict(binary(), gleam@dynamic@decode:decoder(any())),
contexts :: gleam@dict:dict(binary(), gleam@dynamic@decode:decoder(any())),
on_connect :: gleam@option:option(any()),
on_disconnect :: gleam@option:option(any())
}).