Class TextWhizzMetadataProperty
Constructors
(constructor)(name, value)
Constructs a new instance of the TextWhizzMetadataProperty class
Declaration
constructor(name: string, value?: string);
Parameters
| Type |
Name |
Description |
| string |
name |
|
| string |
value |
|
Properties
name
Declaration
Property Value
value
Declaration
Property Value
Methods
getEntry()
Returns the metadata property in a TextWhizz format.
Declaration
getEntry(): {
value: string;
key: string;
};
Returns
| Type |
Description |
| {
value: string;
key: string;
} |
|