UNPKG

neos-script

Version:

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

19 lines 633 B
import { member } from "../../../core"; export interface DynamicVariableInputWithEvents_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; _variableName?: member<any>; DetectingUser?: member<any>; OnSpaceLinked?: member<any>; OnSpaceUnlinked?: member<any>; } export declare function DynamicVariableInputWithEvents_T(props: DynamicVariableInputWithEvents_TInput): any; //# sourceMappingURL=DynamicVariableInputWithEvents_T.d.ts.map