UNPKG

neos-script

Version:

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

19 lines 557 B
import { member } from "../../../core"; export interface DelayWithValueNode_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Impulse?: member<any>; OnTrigger?: member<any>; Delay?: member<any>; Value?: member<any>; } export declare function DelayWithValueNode_T(props: DelayWithValueNode_TInput): any; //# sourceMappingURL=DelayWithValueNode_T.d.ts.map