Enode — API Reference
    Preparing search index...
    • Parameters

      • __namedParameters: {
            clearable?: boolean;
            cleared?: boolean;
            hasNext?: boolean;
            hasPrev?: boolean;
            inline?: boolean;
            insight?: ReactNode;
            onDone: () => void;
            onKey: (key: MetricKey) => void;
            onNextField?: () => void;
            onPrevField?: () => void;
            open: boolean;
            placeholder?: string;
            spec: MetricKeyboardSpec;
            value?: string;
        }
        • Optionalclearable?: boolean
        • Optionalcleared?: boolean
        • OptionalhasNext?: boolean
        • OptionalhasPrev?: boolean
        • Optionalinline?: boolean

          Render inside the parent (no portal, no fixed positioning) as an always- floating drawer — for the contained dev preview.

        • Optionalinsight?: ReactNode
        • onDone: () => void
        • onKey: (key: MetricKey) => void
        • OptionalonNextField?: () => void
        • OptionalonPrevField?: () => void
        • open: boolean
        • Optionalplaceholder?: string
        • spec: MetricKeyboardSpec
        • Optionalvalue?: string

      Returns Element | null