neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
14 lines • 489 B
TypeScript
import { member } from "../../../core";
export interface SlotChildrenEventsInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
Instance?: member<any>;
OnUser?: member<any>;
OnChildAdded?: member<any>;
OnChildRemoved?: member<any>;
}
export declare function SlotChildrenEvents(props: SlotChildrenEventsInput): any;
//# sourceMappingURL=SlotChildrenEvents.d.ts.map