prorm API Reference
    Preparing search index...

    Interface CursorOptions

    Options for

    decorator

    interface CursorOptions {
        holdable?: CursorHoldable;
        name?: string;
        scroll?: boolean;
    }
    Index
    holdable?: CursorHoldable

    Cursor holdability Default: 'WITHOUT HOLD'

    name?: string

    Cursor name (optional, auto-generated if not provided)

    scroll?: boolean

    Whether to use scroll capability Default: true