Meta

Animation metadata information.

Hierarchy

  • Meta

Constructors

constructor

  • newMeta(parent: any): Meta

  • Parameters

    • parent: any

    Returns Meta

Properties

Optional author

author: undefined | string

Optional description

description: undefined | string

generator

generator: undefined | string = process.env.GENERATOR

keywords

keywords: string[] = []

Protected parent

parent: any

Optional themeColor

themeColor: undefined | string

Methods

fromJSON

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

  • Parameters

    • json: Record<string, any>

    Returns Meta

    Meta instance

toJSON

  • toJSON(): Record<string, any>

  • Returns Record<string, any>

    JSON object

Last updated