Mobile Locker JavaScript SDK
    Preparing search index...

    Interface SearchOptions

    interface SearchOptions {
        limit?: number;
        types?: SearchEntityType[];
    }
    Index

    Properties

    Properties

    limit?: number

    Maximum number of results per entity type. Defaults to 5.

    Limit results to specific entity types. Defaults to all types.