Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CombinedIndeterminateCheckedHookReturnValue<V>

remarks

@since 2.8.5

internal

Type parameters

  • V: string

    The values allowed for the list of checkboxes.

Hierarchy

Index

Properties

checkedValues: readonly V[]

A list of all the values that are currently checked.

rootProps: ProvidedCombinedIndeterminateProps
setCheckedValues: Dispatch<SetStateAction<readonly V[]>>

A function to manually override the checkedValues if the default hook's implementation does not work for your use-case.

Methods

  • getProps(value: V): ProvidedCombinedIndeterminateControlledProps<V>

Generated using TypeDoc