b1308d1c95
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
231 B
231 B
sidebar_label |
---|
Frame.isDetached |
Frame.isDetached() method
Istrue
if the frame has been detached. Otherwise, false
.
Signature:
class Frame {
isDetached(): boolean;
}
Returns:
boolean