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