Update BlockUI.d.ts

pull/4239/head
Tuğçe Küçükoğlu 2023-08-03 16:52:00 +03:00
parent 46b0dfb92c
commit ee200f3786
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ export interface BlockUIPassThroughOptions {
* Used to pass attributes to the root's DOM element.
*/
root?: BlockUIPassThroughOptionType;
/**
* Used to pass attributes to the mask's DOM element.
*/
mask?: BlockUIPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}