Refactor #4985 - update .d.ts
parent
bb82382190
commit
1172613879
|
@ -966,7 +966,7 @@ export interface DataTableProps {
|
|||
/**
|
||||
* Defines whether metaKey is requred or not for the selection. When true metaKey needs to be pressed to select or unselect an item and
|
||||
* when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically.
|
||||
* @defaultValue true
|
||||
* @defaultValue false
|
||||
*/
|
||||
metaKeySelection?: boolean | undefined;
|
||||
/**
|
||||
|
|
|
@ -257,7 +257,7 @@ export interface ListboxProps {
|
|||
/**
|
||||
* Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually.
|
||||
* On touch enabled devices, metaKeySelection is turned off automatically.
|
||||
* @defaultValue true
|
||||
* @defaultValue false
|
||||
*/
|
||||
metaKeySelection?: boolean | undefined;
|
||||
/**
|
||||
|
|
|
@ -222,7 +222,7 @@ export interface OrderListProps {
|
|||
* Defines whether metaKey is requred or not for the selection.
|
||||
* When true metaKey needs to be pressed to select or unselect an item and
|
||||
* when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically.
|
||||
* @defaultValue true
|
||||
* @defaultValue false
|
||||
*/
|
||||
metaKeySelection?: boolean | undefined;
|
||||
/**
|
||||
|
|
|
@ -332,7 +332,7 @@ export interface PickListProps {
|
|||
* Defines whether metaKey is requred or not for the selection.
|
||||
* When true metaKey needs to be pressed to select or unselect an item and
|
||||
* when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically.
|
||||
* @defaultValue true
|
||||
* @defaultValue false
|
||||
*/
|
||||
metaKeySelection?: boolean | undefined;
|
||||
/**
|
||||
|
|
|
@ -238,7 +238,7 @@ export interface TreeProps {
|
|||
/**
|
||||
* Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually.
|
||||
* On touch enabled devices, metaKeySelection is turned off automatically.
|
||||
* @defaultValue true
|
||||
* @defaultValue false
|
||||
*/
|
||||
metaKeySelection?: boolean | undefined;
|
||||
/**
|
||||
|
|
|
@ -214,7 +214,7 @@ export interface TreeSelectProps {
|
|||
/**
|
||||
* Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually.
|
||||
* On touch enabled devices, metaKeySelection is turned off automatically.
|
||||
* @defaultValue true
|
||||
* @defaultValue false
|
||||
*/
|
||||
metaKeySelection?: boolean | undefined;
|
||||
/**
|
||||
|
|
|
@ -417,7 +417,7 @@ export interface TreeTableProps {
|
|||
/**
|
||||
* Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually.
|
||||
* On touch enabled devices, metaKeySelection is turned off automatically.
|
||||
* @defaultValue true
|
||||
* @defaultValue false
|
||||
*/
|
||||
metaKeySelection?: boolean | undefined;
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue