UNPKG

@dasch-swiss/dsp-js

Version:
17 lines 439 B
/** * A request to reposition a child node. * * @category Model Admin */ export declare class RepositionChildNodeRequest { /** * The IRI of the parent node which the child node will be moved to. */ parentNodeIri: string; /** * The position the child node should be moved to. * -1 represents the end of the list. */ position: number; } //# sourceMappingURL=reposition-child-node-request.d.ts.map