ParentState

interface ParentState : State(source)

State for parent values (i.e. values represented by parent schemas).

Implementations of this interface are responsible for storing the states associated with the children of a parent value.

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun setState(fragment: AbsolutePathFragment.Id, state: State?)