Type Parameters

  • T = any

Hierarchy

Properties

className?: string

CSS Class name for additional styles

hideCopyButton?: boolean

Hide copy to the clipboard button

id?: string

Form control id

inlineMode?: boolean

Hide options not needed in the “inline” scenario

label?: string

Form control label

tooltipContent?: ReactNode

A tooltip of additional information

transform?: TransformerFunction<T, string | number | string[] | number[]>

Transform functions

value?: any

Value to be displayed

Generated using TypeDoc