SheetXL - v0.4.6
    Preparing search index...

    Provides status of the editor.

    interface Status {
        cursor: string;
        dirty: boolean;
        message: string;
    }
    Index

    Properties

    Properties

    cursor: string

    The cursor position.

    dirty: boolean

    If the script is unsaved.

    message: string

    The message to display.