@oneblink/apps-react
    Preparing search index...

    Type Alias CivicPlusHCMSContentItemsResult

    type CivicPlusHCMSContentItemsResult = {
        items: CivicPlusHCMSContentItem[];
        total: number;
    }
    Index

    Properties

    Properties

    The HCMS Content Type's items

    total: number

    Represents the total number of items based on the search. Can be used to achieve paging or infinite scrolling to load more.