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

    Enumeration PANEL

    Indexes for the different panels in the application.

    export enum PANEL {
    /** Search home panel index */
    SEARCH_HOME = 0,
    /** Results panel index */
    RESULTS = 1,
    /** Stats panel index */
    STATS = 2,
    }
    Index

    Enumeration Members

    Enumeration Members

    SEARCH_HOME: 0

    Search home panel index

    RESULTS: 1

    Results panel index

    STATS: 2

    Stats panel index