Interface

Meta-51MetaCursorConstructorProps

interface ConstructorProps {
    backend: Meta.Backend;
    color_state: Clutter.ColorState;
    colorState: Clutter.ColorState;
    cursor_type: Clutter.CursorType;
    cursorType: Clutter.CursorType;
    size: number;
    theme_name: string;
    themeName: string;
}

Hierarchy (View Summary)

Index
backend: Meta.Backend
size: number
theme_name: string
themeName: string
color_state: Clutter.ColorState
colorState: Clutter.ColorState
cursor_type: Clutter.CursorType
cursorType: Clutter.CursorType