Interface FloatingGroupOptionsInternal

interface FloatingGroupOptionsInternal {
    height?: number;
    inDragMode?: boolean;
    position?: TopLeft | TopRight | BottomLeft | BottomRight;
    skipActiveGroup?: boolean;
    skipRemoveGroup?: boolean;
    width?: number;
    x?: number;
    y?: number;
}

Hierarchy (view full)

Properties

height?: number
inDragMode?: boolean
position?: TopLeft | TopRight | BottomLeft | BottomRight
skipActiveGroup?: boolean
skipRemoveGroup?: boolean
width?: number
x?: number
y?: number

Generated using TypeDoc