Frame.isDetached() method
Signature:
class Frame {
isDetached(): boolean;
}
Returns:
boolean
true
if the frame has been detached. Otherwise, false
.
Signature:
class Frame {
isDetached(): boolean;
}
Returns:
boolean
true
if the frame has been detached. Otherwise, false
.