@custouch/jssdk
    Preparing search index...

    Type Alias GetDataByLinkedDataRowIdGroupResult<Data>

    type GetDataByLinkedDataRowIdGroupResult<Data = Record<string, string>> = {
        groups: {
            items: LinkedDataRowItem<Data>[];
            linkedDataRowId: string;
            total: number;
        }[];
    }

    Type Parameters

    • Data = Record<string, string>
    Index

    Properties

    Properties

    groups: {
        items: LinkedDataRowItem<Data>[];
        linkedDataRowId: string;
        total: number;
    }[]