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

    Interface PropertyCardProps

    The props that will automatically be passed to each PropertyCard from PaginatedProperties

    interface PropertyCardProps {
        className?: string;
        dataPageMarker?: number;
        globalConfig: GlobalConfig | null;
        priority?: boolean;
        property: SerializableProperty;
        view?: string | null;
    }
    Index

    Properties

    className?: string
    dataPageMarker?: number
    globalConfig: GlobalConfig | null
    priority?: boolean
    property: SerializableProperty
    view?: string | null