UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

15 lines 499 B
import { member } from "../../../../core"; export interface SetUserScaleInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; UserRoot?: member<any>; Scale?: member<any>; AnimationTime?: member<any>; OnSet?: member<any>; OnAnimationFinished?: member<any>; } export declare function SetUserScale(props: SetUserScaleInput): any; //# sourceMappingURL=SetUserScale.d.ts.map