Frame.childFrames() method

An array of child frames.

Signature

class Frame {
  abstract childFrames(): Frame[];
}

Returns:

Frame\[\]