Current section

Files

Jump to
chrobot include chrobot@protocol@page_FrameTree.hrl
Raw

include/chrobot@protocol@page_FrameTree.hrl

-record(frame_tree, {
frame :: chrobot@protocol@page:frame(),
child_frames :: gleam@option:option(list(chrobot@protocol@page:frame_tree()))
}).