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