previousSibling

inline fun <T : Node> Node.previousSibling(): Node?

Return

the previous sibling of the specified type. Notice that children of a sibling collection are considered siblings and not the collection itself.


Return

the previous sibling. Notice that children of a sibling collection are considered siblings and not the collection itself.