gather Component Properties
fun <T : Property<*>> PropertyProvider<T>.gatherComponentProperties(node: Node): Map<PropertySource, T>
This extension function is used to gather all properties from a PropertyProvider for a Node (component).
It returns a Map with the PropertySource as key and the property as value.