Asset

The base class for different asset types as added in from After Effects. Various asset types will extend this class

Asset base class.

Hierarchy

Constructors

constructor

  • newAsset(parent: any): Asset

  • Constructor.

    Parameters

    • parent: any

      Parent instance.

    Returns Asset

Properties

parent

parent: any

Parent instance.

Methods

Abstract fromJSON

  • fromJSON(json: Record<string, any>): Asset

  • Parameters

    • json: Record<string, any>

    Returns Asset

Abstract toJSON

  • toJSON(): Record<string, any>

  • Returns Record<string, any>

Last updated