Websites v4 docs v5.2.4
    Preparing search index...

    Interface PropertyListSearchParams

    interface PropertyListSearchParams {
        branch?: string;
        channel: string;
        county?: string;
        fragment: string[];
        location?: string;
        page?: string;
        postcode?: string;
        sort?: string;
        view?: string;
    }
    Index

    Properties

    branch?: string
    channel: string
    county?: string
    fragment: string[]
    location?: string
    page?: string
    postcode?: string
    sort?: string
    view?: string