Update BlockUI.d.ts
parent
46b0dfb92c
commit
ee200f3786
|
@ -31,6 +31,10 @@ export interface BlockUIPassThroughOptions {
|
||||||
* Used to pass attributes to the root's DOM element.
|
* Used to pass attributes to the root's DOM element.
|
||||||
*/
|
*/
|
||||||
root?: BlockUIPassThroughOptionType;
|
root?: BlockUIPassThroughOptionType;
|
||||||
|
/**
|
||||||
|
* Used to pass attributes to the mask's DOM element.
|
||||||
|
*/
|
||||||
|
mask?: BlockUIPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
|
|
Loading…
Reference in New Issue