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