Skip to content

Commit

Permalink
Add name to NVImage
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Feb 11, 2024
1 parent e07626f commit 9ef21bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ type NVRMesh = { url: string; layers: NVRMeshLayer[] } & Pick<
*/
type LoadableVolumeOptions = Pick<
Partial<NVImage>,
| "name"
| "opacity"
| "colormap"
| "colormapNegative"
Expand Down

0 comments on commit 9ef21bd

Please sign in to comment.