SymbolConstructor | typescript
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SymbolConstructor

Index

Properties

hasInstance

hasInstance: symbol

A method that determines if a constructor object recognizes an object as one of the constructor’s instances. Called by the semantics of the instanceof operator.

isConcatSpreadable

isConcatSpreadable: symbol

A Boolean value that if true indicates that an object should flatten to its array elements by Array.prototype.concat.

match

match: symbol

A regular expression method that matches the regular expression against a string. Called by the String.prototype.match method.

replace

replace: symbol

A regular expression method that replaces matched substrings of a string. Called by the String.prototype.replace method.

search

search: symbol

A regular expression method that returns the index within a string that matches the regular expression. Called by the String.prototype.search method.

species

species: symbol

A function valued property that is the constructor function that is used to create derived objects.

split

split: symbol

A regular expression method that splits a string at the indices that match the regular expression. Called by the String.prototype.split method.

toPrimitive

toPrimitive: symbol

A method that converts an object to a corresponding primitive value. Called by the ToPrimitive abstract operation.

toStringTag

toStringTag: symbol

A String value that is used in the creation of the default string description of an object. Called by the built-in method Object.prototype.toString.

unscopables

unscopables: symbol

An Object whose own property names are property names that are excluded from the 'with' environment bindings of the associated objects.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc