Skip to main content

TextWhizzMetadataProperty

Classes

TextWhizzMetadataProperty

Implements

Constructors

Constructor
new TextWhizzMetadataProperty(name, value?): TextWhizzMetadataProperty;
Parameters
ParameterType
namestring
value?string
Returns

TextWhizzMetadataProperty

Properties

value
value: string;
Implementation of

IMetadataProperty.value

Accessors

name
Get Signature
get name(): string;
Returns

string

Implementation of

IMetadataProperty.name

Methods

getEntry()
getEntry(): object;

Returns the metadata property in a TextWhizz format.

Returns

object

key
key: string;
value
value: string;
Was this page helpful?