Update Tree.d.ts

pull/4052/head
Tuğçe Küçükoğlu 2023-06-13 17:24:45 +03:00
parent 663765689c
commit 9669b7e250
1 changed files with 8 additions and 8 deletions

View File

@ -110,14 +110,6 @@ export interface TreePassThroughOptions {
* Uses to pass attributes to the root's DOM element. * Uses to pass attributes to the root's DOM element.
*/ */
root?: TreePassThroughOptionType; root?: TreePassThroughOptionType;
/**
* Uses to pass attributes to the loading overlay's DOM element.
*/
loadingOverlay?: TreePassThroughOptionType;
/**
* Uses to pass attributes to the loading icon's DOM element.
*/
loadingIcon?: TreePassThroughOptionType;
/** /**
* Uses to pass attributes to the filter container's DOM element. * Uses to pass attributes to the filter container's DOM element.
*/ */
@ -178,6 +170,14 @@ export interface TreePassThroughOptions {
* Uses to pass attributes to the subgroup's DOM element. * Uses to pass attributes to the subgroup's DOM element.
*/ */
subgroup?: TreePassThroughOptionType; subgroup?: TreePassThroughOptionType;
/**
* Uses to pass attributes to the loading overlay's DOM element.
*/
loadingOverlay?: TreePassThroughOptionType;
/**
* Uses to pass attributes to the loading icon's DOM element.
*/
loadingIcon?: TreePassThroughOptionType;
} }
/** /**