neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
13 lines • 431 B
TypeScript
import { member } from "../../../core";
export interface SetGlobalScaleInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
Instance?: member<any>;
Scale?: member<any>;
OnDone?: member<any>;
}
export declare function SetGlobalScale(props: SetGlobalScaleInput): any;
//# sourceMappingURL=SetGlobalScale.d.ts.map