neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
13 lines • 427 B
TypeScript
import { member } from "../../../core";
export interface SetLocalScaleInput {
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 SetLocalScale(props: SetLocalScaleInput): any;
//# sourceMappingURL=SetLocalScale.d.ts.map