githubEdit

Accessors

The `Wrap` primitive wrapper object accessors

Public

public get closing(): Closing The getarrow-up-right accessor gets the closing of the wrap by returning the #closing property of the specified object.

public get opening(): Opening The getarrow-up-right accessor gets the opening of the wrap by returning the #opening property of the specified object.

public get text(): Text The getarrow-up-right accessor gets the text of the Wrap by returning the #text property of a specified object.

public get [Symbol.toStringTag](): string The getarrow-up-right accessor toStringTagarrow-up-right of the Symbolarrow-up-right changes the default tag String of the instance to the custom tag Wrap.

Last updated