EpubTargetKind

What the element a link points at is, read from its own epub:type or role, else from the section that holds it.

Entries

Link copied to clipboard

footnote or doc-footnote, or a note inside a footnotes section.

Link copied to clipboard

endnote, rearnote or doc-endnote, or a note inside an endnotes, rearnotes or doc-endnotes section.

Link copied to clipboard

note: a note of no stated kind.

Link copied to clipboard

A glossary term or definition, or anything inside a glossary or doc-glossary.

Link copied to clipboard

A bibliography entry, or anything inside a bibliography or doc-bibliography.

Link copied to clipboard

Any other element.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.