Control how children depth is sorted.

Variables

@:value(cast 1)@:impl@:enuminlineread onlyINCREMENT:ChildrenDepth = 1

Each child has a greater depth than the previous one.

@:value(cast -1)@:impl@:enuminlineread onlyDECREMENT:ChildrenDepth = -1

Each child has a lower depth than the previous one.

@:value(cast 0)@:impl@:enuminlineread onlySAME:ChildrenDepth = 0

Every children share the same depth.

@:value(cast 2)@:impl@:enuminlineread onlyCUSTOM:ChildrenDepth = 2

Depth if not set automatically.