MarkdownPart.getMetadata

Gets a metadata value.

class MarkdownPart
final
string
getMetadata
(
string key
)

Parameters

key string

The key of the metadata to get.

Return Value

Type: string

The metadata value if existing, null otherwise.

Meta