SheetXL - v0.3.20
    Preparing search index...

    Contains commands and child command maps.

    interface ILookup {
        getCommand(key: string): ICommand<any, any>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Return a command that matches the key.

      Parameters

      • key: string

      Returns ICommand<any, any>

      Search both the current and any child commands groups that are actives.