Refactor #4985 - update .d.ts

pull/4987/head
tugcekucukoglu 2023-12-20 13:35:18 +03:00
parent bb82382190
commit 1172613879
7 changed files with 7 additions and 7 deletions

View File

@ -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;
/**

View File

@ -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;
/**

View File

@ -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;
/**

View File

@ -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;
/**

View File

@ -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;
/**

View File

@ -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;
/**

View File

@ -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;
/**