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

    Type Alias HestiaPageData

    type HestiaPageData = {
        branch_id: number;
        category: string;
        content: string;
        content_items: HestiaContentChunkData[];
        created_at: string;
        css: string;
        feature_on_homepage: boolean;
        hero_asset: string;
        layout: string;
        meta_description: string;
        meta_title: string;
        page_id: number;
        promo_asset: string;
        promo_content: string;
        published_at: string;
        shared_page: boolean;
        shared_with?: number[];
        show_latest_lettings: boolean;
        show_latest_sales: boolean;
        site_asset: string;
        site_id: number;
        title: string;
        uri: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    branch_id: number
    category: string
    content: string
    content_items: HestiaContentChunkData[]
    created_at: string
    css: string
    feature_on_homepage: boolean
    hero_asset: string
    layout: string
    meta_description: string
    meta_title: string
    page_id: number
    promo_asset: string
    promo_content: string
    published_at: string
    shared_page: boolean
    shared_with?: number[]
    show_latest_lettings: boolean
    show_latest_sales: boolean
    site_asset: string
    site_id: number
    title: string
    uri: string