fieldNameForChild

@JvmName(name = "fieldNameForChild")
actual external fun fieldNameForChild(index: UInt): String?(source)

Get the field name of this node’s child at the given index, if available.

Throws

If the index exceeds the child count.

expect fun fieldNameForChild(index: UInt): String?(source)

Get the field name of this node’s child at the given index, if available.

Throws

If the index exceeds the child count.

@JvmName(name = "fieldNameForChild")
actual external fun fieldNameForChild(index: UInt): String?(source)

Get the field name of this node’s child at the given index, if available.

Throws

If the index exceeds the child count.

actual fun fieldNameForChild(index: UInt): String?(source)

Get the field name of this node’s child at the given index, if available.

Throws

If the index exceeds the child count.