Information about a floating window

interface FloatLayout {
    floatSize?: FloatSize;
    position?: FloatPosition;
    type: "float";
}

Properties

floatSize?: FloatSize
position?: FloatPosition

Where to display the floating window. Defaults to cascade

type