Skip to content

Commit

Permalink
Refactor #4985 - update .d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Dec 20, 2023
1 parent bb82382 commit 1172613
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/lib/datatable/DataTable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down
2 changes: 1 addition & 1 deletion components/lib/listbox/Listbox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down
2 changes: 1 addition & 1 deletion components/lib/orderlist/OrderList.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down
2 changes: 1 addition & 1 deletion components/lib/picklist/PickList.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down
2 changes: 1 addition & 1 deletion components/lib/tree/Tree.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down
2 changes: 1 addition & 1 deletion components/lib/treeselect/TreeSelect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down
2 changes: 1 addition & 1 deletion components/lib/treetable/TreeTable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit 1172613

Please sign in to comment.