Skip to content

Interface: VolumeCompatibilityResult

Defined in: src/types/SliceAccess.ts:104

Result of checking volume compatibility

Properties

compatible

ts
compatible: boolean;

Defined in: src/types/SliceAccess.ts:106

Whether volumes are compatible


issues

ts
issues: string[];

Defined in: src/types/SliceAccess.ts:108

Reasons for incompatibility


suggestedStrategy?

ts
optional suggestedStrategy?: string;

Defined in: src/types/SliceAccess.ts:110

Suggested alignment strategy


sameSpace

ts
sameSpace: boolean;

Defined in: src/types/SliceAccess.ts:112

Whether volumes share same space


sameDimensions

ts
sameDimensions: boolean;

Defined in: src/types/SliceAccess.ts:114

Whether volumes have same dimensions


sameSpacing

ts
sameSpacing: boolean;

Defined in: src/types/SliceAccess.ts:116

Whether volumes have same spacing

Released under the MIT License.