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

  • FlacBlock
  • PictureLazy
  • RiffList
  • XiphPicture

Table of contents

Properties

  • isLoaded

Methods

  • load

Properties

isLoaded

• isLoaded: boolean

Gets whether the object has been loaded.

Methods

load

▸ load(): void

Loads the object.

Returns

void

Contents

  1. 1Implemented by
  2. 2Table of contents
  3. 2.1Properties
  4. 2.2Methods
  5. 3Properties
  6. 3.1isLoaded
  7. 4Methods
  8. 4.1load