Interface: ILazy
March 10, 2023 · View on GitHub
node-taglib-sharp / Exports / ILazy
Interface: ILazy
Interface for objects that can be lazily loaded.
Implemented by
Table of contents
Properties
Methods
Properties
isLoaded
• isLoaded: boolean
Gets whether the object has been loaded.
Methods
load
▸ load(): void
Loads the object.
Returns
void