Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 13
Foundry Virtual Tabletop - API Documentation - Version 13
foundry
Notification
Interface Notification
interface
Notification
{
active
:
boolean
;
console
:
boolean
;
element
?:
HTMLLIElement
;
error
?:
Error
;
id
:
number
;
message
:
string
;
pct
:
number
;
permanent
:
boolean
;
progress
:
boolean
;
remove
?:
()
=>
void
;
timestamp
:
number
;
type
:
string
;
update
?:
(
pct
:
number
)
=>
void
;
}
Index
Properties
active
console
element?
error?
id
message
pct
permanent
progress
remove?
timestamp
type
update?
Properties
active
active
:
boolean
console
console
:
boolean
Optional
element
element
?:
HTMLLIElement
Optional
error
error
?:
Error
id
id
:
number
message
message
:
string
pct
pct
:
number
permanent
permanent
:
boolean
progress
progress
:
boolean
Optional
remove
remove
?:
()
=>
void
timestamp
timestamp
:
number
type
type
:
string
Optional
update
update
?:
(
pct
:
number
)
=>
void
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
active
console
element
error
id
message
pct
permanent
progress
remove
timestamp
type
update
Foundry Virtual Tabletop - API Documentation - Version 13
Loading...