getValue
Property delegate for reading a StateField value from EditorState.
val counterField = StateField.define<Int>(...)
// Instead of: state.field(counterField)
// Write: state.counter
val EditorState.counter by counterFieldContent copied to clipboard