babylonjs-node-editor 7.31.0 → 7.31.2
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.
package/babylon.nodeEditor.d.ts
CHANGED
|
@@ -2460,6 +2460,7 @@ declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
|
2460
2460
|
iconLabel?: string;
|
|
2461
2461
|
lockObject: BABYLON.NodeEditor.SharedUIComponents.LockObject;
|
|
2462
2462
|
unit?: React.ReactNode;
|
|
2463
|
+
allowOverflow?: boolean;
|
|
2463
2464
|
}
|
|
2464
2465
|
export class SliderLineComponent extends React.Component<ISliderLineComponentProps, {
|
|
2465
2466
|
value: number;
|