Current section
Files
Jump to
Current section
Files
include/json_canvas@node_TextNode.hrl
-record(text_node, {
id :: json_canvas@types:node_id(),
x :: integer(),
y :: integer(),
width :: integer(),
height :: integer(),
color :: gleam@option:option(json_canvas@types:color()),
text :: binary()
}).