@neofork/devlogr - v0.0.3
    Preparing search index...

    Interface SpinnerOptions

    Configuration options for customizing spinner appearance and behavior.

    interface SpinnerOptions {
        text?: string;
        symbol?: string;
        color?: string;
        prefixText?: string;
        indent?: number;
        prefix?: string;
        showTimestamp?: boolean;
        useColors?: boolean;
        level?: string;
        theme?: LogTheme;
        timestampFormat?: TimestampFormat;
    }
    Index

    Properties

    text?: string

    Text to display with the spinner

    symbol?: string

    Symbol to use for the spinner animation

    color?: string

    Color for the spinner and text

    prefixText?: string

    Additional text to prefix before the spinner

    indent?: number

    Indentation level for nested display

    prefix?: string

    Unique prefix identifier for the spinner

    showTimestamp?: boolean

    Whether to show timestamps

    useColors?: boolean

    Whether to use colors in output

    level?: string

    Log level for the spinner message

    theme?: LogTheme

    Theme configuration for styling

    timestampFormat?: TimestampFormat

    Format for timestamp display