Meeseeks.Document.previous_siblings

You're seeing just the function previous_siblings, go back to Meeseeks.Document module for more information.
Link to this function

previous_siblings(document, node_id)

View Source

Specs

previous_siblings(t(), node_id()) :: [node_id()] | no_return()

Returns the node ids of the siblings that come before node_id in the context of the document.

Returns all of these siblings, not just those that are Meeseeks.Document.Elements.

Returns siblings in depth-first order.

Raises if node_id does not exist in the document.