ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Enumeration DRAWER_INDEX

    Indexes for the different drawer tabs in the application.

    export enum DRAWER_INDEX {
    /** Closed tab index */
    CLOSED = -1,
    /** Search tab index */
    SEARCH = 0,
    /** History tab index (not implemented yet) */
    HISTORY = 1,
    /** Settings tab index (not implemented yet) */
    SETTINGS = 2,
    }
    Index

    Enumeration Members

    Enumeration Members

    CLOSED: -1

    Closed tab index

    SEARCH: 0

    Search tab index

    HISTORY: 1

    History tab index (not implemented yet)

    SETTINGS: 2

    Settings tab index (not implemented yet)