Type alias NodePropertyGetterCallback

NodePropertyGetterCallback: ((node, propName) => any)

A callback that receives a node instance and property name returns a value.

Type declaration

    • (node, propName): any
    • Parameters

      Returns any