Class FrameResourceTree
FrameResourceTree
public sealed class FrameResourceTree- Inheritance
- 
      
      FrameResourceTree
- Inherited Members
Properties
ChildFrames
childFrames
[JsonPropertyName("childFrames")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public FrameResourceTree[]? ChildFrames { get; set; }Property Value
Frame
frame
[JsonPropertyName("frame")]
public Frame Frame { get; set; }Property Value
Resources
resources
[JsonPropertyName("resources")]
public FrameResource[] Resources { get; set; }