UNPKG

neos-script

Version:

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

12 lines 409 B
import { member } from "../../../core"; export interface BeginUndoBatchInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Description?: member<any>; OnBegin?: member<any>; } export declare function BeginUndoBatch(props: BeginUndoBatchInput): any; //# sourceMappingURL=BeginUndoBatch.d.ts.map