hosanna-ui-docs - v0.9.0
    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