Back to Website
Show / Hide Table of Contents

Class InStringPlaceholder

Inheritance
ModelComponent
InStringPlaceholder
Package: @aurigma/design-atoms-model

Constructors

(constructor)(id, name, mask, value, values)

Constructs a new instance of the InStringPlaceholder class

Declaration
constructor(id?: string, name?: string, mask?: string, value?: string, values?: string[]);
Parameters
Type Name Description
string id
string name
string mask
string value
string[] values

Properties

mask

Declaration
get mask(): string;

set mask(value: string);
Property Value
Type Description
string

value

Declaration
get value(): string;

set value(value: string);
Property Value
Type Description
string

values

Declaration
get values(): string[];

set values(values: string[]);
Property Value
Type Description
string[]

Methods

_copy(source, destination, generateNewIds)

Declaration
protected _copy(source: InStringPlaceholder, destination: InStringPlaceholder, generateNewIds: boolean): InStringPlaceholder;
Parameters
Type Name Description
InStringPlaceholder source
InStringPlaceholder destination
boolean generateNewIds
Returns
Type Description
InStringPlaceholder

clone(generateNewIds)

Declaration
clone(generateNewIds?: boolean): InStringPlaceholder;
Parameters
Type Name Description
boolean generateNewIds
Returns
Type Description
InStringPlaceholder

equals(other)

Declaration
equals(other: InStringPlaceholder): boolean;
Parameters
Type Name Description
InStringPlaceholder other
Returns
Type Description
boolean

generateNewIds()

Declaration
generateNewIds(): void;
Returns
Type Description
void

getSimplifiedObject()

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