Back to Website
Show / Hide Table of Contents

Class TextWhizzMetadataProperty

Package: @aurigma/design-atoms-text

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
get name(): string;
Property Value
Type Description
string

value

Declaration
value: string;
Property Value
Type Description
string

Methods

getEntry()

Returns the metadata property in a TextWhizz format.

Declaration
getEntry(): {
        value: string;
        key: string;
    };
Returns
Type Description
{ value: string; key: string; }
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback