Menu

This is documentation for the next version of K6. For the latest stable release, go to the latest version.

Open source

parentFrame()

This method returns the parent Frame object of the current frame.

Returns

TypeDescription
Frame | nullThe parent frame object of the frame. Or null if the frame has no parent (main frame).