Rezi
    Preparing search index...

    Variable CURSOR_DEFAULTSConst

    CURSOR_DEFAULTS: Readonly<
        {
            input: { blink: boolean; shape: CursorShape };
            selection: { blink: boolean; shape: CursorShape };
            staticUnderline: { blink: boolean; shape: CursorShape };
        },
    > = ...

    Default cursor shapes for different contexts.