Interface SearchOptions

interface SearchOptions {
    isKeyword?: boolean;
    redirect?: boolean;
    track?: SearchTrackOptions;
}

Properties

isKeyword?: boolean
redirect?: boolean