filter | Filter function that takes a `MedHandler` and returns `true` if the volume wants to be listed.
`false` if otherwise.
By default, no volume is filtered out. | ((geo: Geometry) => boolean) | undefined |
|
renderGeometryName | | (geometry: Geometry, index: number) => string | (geometry: Geometry, index: number) => {
return geometry.name ?? `Model ${index + 1}`;
} |
showColor | | boolean | true |
showEmissive | | boolean | false |
showMetalness | | boolean | true |
showOpacity | | boolean | true |
showRemove | | boolean | false |
showRoughness | | boolean | true |
sortBy | SortBy function allows Volume to be sorted by any given property.
By default, it's sorted by date. | ((geo: Geometry) => any) | undefined |
|
workspace | | Workspace | string | undefined | { id: string; } |
|