Frame Resource Tree
data class FrameResourceTree(frame: Frame, childFrames: List<FrameResourceTree>?, resources: List<FrameResource>)
Content copied to clipboard
Information about the Frame hierarchy along with their cached resources.
Constructors
FrameResourceTree
Link copied to clipboard
fun FrameResourceTree(frame: Frame, childFrames: List<FrameResourceTree>? = null, resources: List<FrameResource>)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard