neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
19 lines • 546 B
TypeScript
import { member } from "../../../core";
export interface ButtonValueShift_TInput {
type: {
T: {
name: string;
};
};
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
TargetValue?: member<any>;
Delta?: member<any>;
Min?: member<any>;
Max?: member<any>;
WrapAround?: member<boolean>;
}
export declare function ButtonValueShift_T(props: ButtonValueShift_TInput): any;
//# sourceMappingURL=ButtonValueShift_T.d.ts.map