Class FrameResourceTree
Information about the Frame hierarchy along with their cached resources.
public sealed class FrameResourceTree
- Inheritance
-
FrameResourceTree
- Inherited Members
Properties
ChildFrames
Child frames.
[JsonPropertyName("childFrames")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public FrameResourceTree[]? ChildFrames { get; set; }
Property Value
Frame
Frame information for this tree item.
[JsonPropertyName("frame")]
public Frame Frame { get; set; }
Property Value
Resources
Information about frame resources.
[JsonPropertyName("resources")]
public FrameResource[] Resources { get; set; }