@kitware/vtk.js 22.1.0 → 22.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,15 +10,16 @@ export interface IStyle {
|
|
|
10
10
|
fontSizeScale?: (res: number) => number;
|
|
11
11
|
edgeThickness?: number;
|
|
12
12
|
edgeColor?: string;
|
|
13
|
+
resolution?: number;
|
|
13
14
|
}
|
|
14
15
|
|
|
15
|
-
export interface IFaceProperty {
|
|
16
|
+
export interface IFaceProperty extends IStyle {
|
|
16
17
|
text?: string;
|
|
17
18
|
faceRotation?: number;
|
|
18
19
|
}
|
|
19
20
|
|
|
20
21
|
/**
|
|
21
|
-
*
|
|
22
|
+
*
|
|
22
23
|
*/
|
|
23
24
|
export interface IAnnotatedCubeActorInitialValues extends IActorInitialValues {
|
|
24
25
|
}
|