angular-package
TwitterGitHub
Text
Text
  • Introduction
  • Benefits
  • Getting started
    • General concepts
    • Skeleton
    • Installation
    • Public API
  • Wrapper
    • Basic concepts
    • Wrap
      • Generic type variables
      • Instance accessors
      • Instance properties
      • Static methods
      • Wrap() constructor
      • Instance methods
      • Examples
    • Wrapper
      • Generic type variables
      • Static properties
      • Instance accessors
      • Static methods
      • Wrapper() constructor
      • Instance methods
      • Examples
    • Wrapped
      • Generic type variables
      • Instance accessors
      • Instance properties
      • Static methods
      • Wrapped() constructor
      • Instance methods
      • Types
      • Examples
  • Tag
    • Basic concepts
    • Tag
      • Generic type variables
      • Static accessors
      • Static properties
      • Instance accessors
      • Instance properties
      • Static methods
      • Tag() constructor
      • Instance methods
      • Types
      • Examples
    • BBCodeTag
      • Static methods
      • BBCodeTag() constructor
    • HtmlTag
      • Generic type variables
      • HtmlTag() constructor
    • Tags
    • Tagged
  • Main
    • AllowedChars
    • Attribute
      • Generic type variables
      • Instance accessors
      • Instance properties
      • Static methods
      • Attribute() constructor
      • Instance methods
    • Attributes
    • Template
    • Text
  • Legend
    • Property tags
  • Other
    • Contact
    • Sponsor
  • More versions
Powered by GitBook
On this page
  • Instance accessors
  • Static methods
  • Instance methods

Was this helpful?

  1. Wrapper

Wrap

PreviousBasic conceptsNextGeneric type variables

Last updated 3 years ago

Was this helpful?

The Wrap object represents the wrap of the and . It is designed to preserve the names of the opening and closing.

Instance accessors

Wrap.prototype.
Decription

The accessor gets the of the wrap by returning the property of the specified object.

The accessor gets the of the wrap by returning the property of the specified object.

The accessor gets the wrap consisting of the opening and closing.

The accessor gets the wrap consisting of the opening and closing.

The accessor, with the help of of Symbol, changes the default object tag to wrap for an instance of the .

Static methods

Wrap.
Description

The method checks if the value of any type is the instance of any or given opening and closing.

The static "tag" method builds the wrap of a type on the template. With the added string before the expressions, it returns a wrapped string.

Instance methods

Wrap.prototype.
Description

Gets the of the wrap by returning the property of the specified object.

Gets the of the wrap by returning the property of the specified object.

Gets the , primitive value consists of the and .

Returns the , primitive value of the specified object.

immutable
get
get
get
get
get
toStringTag
Wrap
Wrap
string
Wrap
closing
opening
wrap
value
[Symbol.toStringTag]
opening
closing
closing
opening
closing
opening
wrap
opening
closing
wrap
getClosing()
getOpening()
getWrap()
valueOf()
#closing
#opening
#closing
#opening
isWrap()
template()