getField<T> abstract method
Reads the effective value of a registered field.
The value may come from the resolved/rendered scene even though commits are applied to the canonical document.
Implementation
FieldState<T> getField<T>(rt.ElementId nodeId, rt.CanvasFieldKey fieldKey);