getDepth

abstract fun getDepth(): Int

Return the current depth of the binding. Root binding starts with a depth of 0. Each subsequent property binding increases the depth by 1.

Return

the depth of the current binding