Cursor for paging through results

interface Filter3DAssetMappingsQuery {
    cursor?: string;
    filter?: AssetMappings3DAssetFilter | AssetMappings3DNodeFilter | AssetMappings3DTreeIndexFilter;
    limit?: number;
}

Hierarchy (view full)

Properties

cursor?: string

A filter for either assetIds, nodeIds or treeIndices.

limit?: number