update sliderItems types

This commit is contained in:
ticaki
2025-08-06 17:03:59 +02:00
committed by GitHub
parent 9cd2f6a464
commit 44d2c6fbfc

View File

@@ -14314,6 +14314,18 @@ namespace NSPanel {
popupVersion?: number;
shutterType?: string;
shutterZeroIsClosed?: boolean;
sliderItems?: [sliderItems?, sliderItems?, sliderItems?] | null;
};
type sliderItems = {
heading: string;
icon1?: string;
icon2?: string;
minValue?: number;
maxValue?: number;
stepValue?: number;
zeroValue?: boolean;
id?: string; // writeable overwrite actual and set
};
type shutterIcons = {