Hosanna UI API v1.30.2-next
    Preparing search index...

    The IViewFragmentCounts interface provides a structure for counting view fragments.

    interface IViewFragmentCounts {
        availableFragmentsById: Record<string, number>;
        createdFragmentsById: Record<string, number>;
        total: number;
    }
    Index

    Properties

    availableFragmentsById: Record<string, number>
    createdFragmentsById: Record<string, number>
    total: number