Accessors
The `Wrap` primitive wrapper object accessors
Last updated
The `Wrap` primitive wrapper object accessors
Last updated
public get closing(): Closing
The get
accessor gets the closing of the wrap by returning the #closing
property of the specified object.
public get opening(): Opening
The get
accessor gets the opening of the wrap by returning the #opening
property of the specified object.
public get text(): Text
The get
accessor gets the text of the Wrap
by returning the #text
property of a specified object.
public get [Symbol.toStringTag](): string
The get
accessor toStringTag
of the Symbol
changes the default tag String
of the instance to the custom tag Wrap
.