Packages

Spec compliant webdriver bidi types, decoders, and encoders for gleam

Current section

Files

Jump to
butterbidi include butterbidi@script@types@remote_value_NodeProperties.hrl
Raw

include/butterbidi@script@types@remote_value_NodeProperties.hrl

-record(node_properties, {
node_type :: integer(),
child_node_count :: integer(),
attributes :: gleam@option:option(gleam@dict:dict(binary(), binary())),
children :: gleam@option:option(list(butterbidi@script@types@remote_value:node_remote_value())),
local_name :: gleam@option:option(binary()),
mode :: gleam@option:option(butterbidi@script@types@remote_value:mode()),
node_value :: gleam@option:option(binary()),
shadow_root :: gleam@option:option(gleam@option:option(butterbidi@script@types@remote_value:node_remote_value()))
}).