FieldIconComponent interface presentation exported

Last updated: 2026-02-24T19:46:21.800Z

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

Name Kind Visibility Status Signature
show method - show(anchor: HTMLElement): : void
hide method - hide(): : void

No outgoing dependencies.

No incoming dependencies.