SheetXL - v0.3.20
    Preparing search index...

    Options for searching a function in the collection.

    interface SearchOptions {
        category?: string;
        name?: string;
        text?: string;
    }
    Index

    Properties

    Properties

    category?: string

    Search with the given name. This is case insensitive.

    name?: string

    Search with the given name. This is case insensitive.

    text?: string

    Search all function descriptors for the given text. This is case insensitive.

    If this is specified this will also search the name.