Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthorInstance

Hierarchy

  • AuthorInstance

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new AuthorInstance(obj: { icon?: undefined | string; url?: undefined | string }): AuthorInstance
  • Parameters

    • obj: { icon?: undefined | string; url?: undefined | string }
      • Optional icon?: undefined | string
      • Optional url?: undefined | string

    Returns AuthorInstance

Properties

Optional icon

icon: undefined | string

type

type: "author" = "author"

Optional url

url: undefined | string

value

value: string

Methods

appendChild

  • appendChild(child: string | Instance | null): void

cloneSelf

Generated using TypeDoc