Interface Author

Information about an author.

Hierarchy

Properties

died: boolean

Whether the author is deceased.

familyname: string

The family name of the author.

female: boolean

Whether the author is female.

Default Value

true

givenname: string

The given name of the author.

junior: string

The junior part of the author's name. It is usually an addition to the name like jr., sr., or a numeral like I, II, III, IV.

Default Value

""

key: string

The key of the author.

pkgs?: string[]

List of ids of packages mentioning the author. This attribute is included if the parameter ref is set to true.

title?: string

The title of the author.

Remarks

This attribute no longer seems to be available.

von: string

The von part of the author's name. It is usually in lower case and has values like von, van, or de.

Default Value

""

Generated using TypeDoc