YamlNodePropertyAccessor

An accessor allowing access to child yaml nodes of a parent yaml node by their name

Members

Functions

access
Node access(Node component, string property)

Get a property out of component

componentType
TypeInfo componentType(Node component)

Identify the type of supported component.

has
bool has(Node component, string property)

Check if requested property is present in component.

Meta