import { FieldPanel } from '@visactor/vbi-react/components'
FieldPanel(props: FieldPanelProps)
차원/측정값 필드 패널과 기본 편집 상호작용을 제공합니다.
import type { VBIChartBuilder } from '@visactor/vbi' import { FieldPanel } from '@visactor/vbi-react/components' export function Demo({ builder }: { builder: VBIChartBuilder }) { return <FieldPanel builder={builder} /> }