<div class='sourceset sourceset-common'>Common</div>

```kotlin
object DetermineMovableContentNodeIndex : Operation(objects = 2)
```

## Properties

<div class='sourceset sourceset-common'>Common</div>

```kotlin
inline val EffectiveNodeIndexOut
```

<div class='sourceset sourceset-common'>Common</div>

```kotlin
inline val Anchor
```

<div class='sourceset sourceset-common'>Common</div>

```kotlin
object DetermineMovableContentNodeIndex : Operation(ints = 2, objects = 1)
```

Determine the insert node index and navigate the applier to the location of the parent node
children will be inserted into by performing all the up and downs necessary.

NOTE: As a side-effect of this code, the slots parameter is navigated to the groupHandle
location. This is relied on by the relative update commands that usually following this task
in the change list.

## Properties

<div class='sourceset sourceset-common'>Common</div>

```kotlin
inline val EffectiveNodeIndexOut
```

<div class='sourceset sourceset-common'>Common</div>

```kotlin
inline val GroupHandleLowBits
```

<div class='sourceset sourceset-common'>Common</div>

```kotlin
inline val GroupHandleHighBits
```