struct Protocol::Page::FrameTree

Overview

Information about the Frame hierarchy.

Included Modules

Defined in:

protocol/page.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def child_frames : Array(FrameTree) | Nil #

Child frames.


[View source]
def frame : Frame #

Frame information for this tree item.


[View source]