Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MakeDynamicPropMap<PropsToMap>

A map of dynamic controlled prop names to component prop names for passing to makeDynamic.

See DynamicComponentControlledProps for the type of each prop and how it's used.

Type parameters

  • PropsToMap

Hierarchy

  • MakeDynamicPropMap

Index

Properties

disabled

disabled: keyof PropsToMap & string

The name of the prop on the wrapped component to map disabled to.

onValueChange

onValueChange: keyof PropsToMap & string

The name of the prop on the wrapped component to map onValueChange to.

required

required: keyof PropsToMap & string

The name of the prop on the wrapped component to map required to.

value

value: keyof PropsToMap & string

The name of the prop on the wrapped component to map value to.

Generated using TypeDoc