api-viewer-element
api-viewer-element copied to clipboard
refactor: separate knobs from manifest
currently, knobs are stored alongside the manifest format for each member.
Ideally, knobs should have their own unique data format and reference their associated members by name and type.
knob state and configuration should also be managed outside of the UI components, perhaps in a reactive controller or some such