NodeSettings.onCreate property

Callback to synchronously perform an action when node creation is complete (e.g. subscribe a downstream node before the first context/frame might arrive)

Signature:

onCreate?: (node: T) => void;