getComponentState method

dynamic getComponentState(
  1. ComponentType type
)

Public getter for CodeViewPanel to access a component's state

Implementation

dynamic getComponentState(ComponentType type) => _componentStates[type];