Accessing the businessObject in a custom lint rule

Hello,
thanks for BPMN and now my question :wink:

I am trying to write own lint rules for bpmn-js-bpmnlint and i need access to the businessObject of the node in the check function.
Actually i cannot see any businessObjects on the nodes in check.
An example is i will check all CallActivities for existing calledElement in the businessObject.

What can i do?

Thanks and sorry for my bad english :wink:

The node passed to the check function should already be the business object. How are you using this project and what does your rule look like?

Thanks, i see it now.
I have looked for a businessObject propertie like in the shapes.
My problem is now solved :+1: