FieldIconComponent interface presentation exported
Last updated: 2026-02-24T19:46:21.800Z
Location
Metrics
LOC: 6
Complexity: 1
Params: 0
Signature
interface FieldIconComponent
Summary
Contract for field icon sub-components (inspect modal, rule popup).
Source Code
export interface FieldIconComponent {
/** Show the component anchored to a DOM element */
show(anchor: HTMLElement): void;
/** Hide and clean up the component */
hide(): void;
}
Members
No outgoing dependencies.
No incoming dependencies.