getComponentState method
Public getter for CodeViewPanel to access a component's state
Implementation
dynamic getComponentState(ComponentType type) => _componentStates[type];
Public getter for CodeViewPanel to access a component's state
dynamic getComponentState(ComponentType type) => _componentStates[type];