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