Replace | @uirouter/react
Options
All
  • Public
  • Public/Protected
  • All
Menu

String replacement

Represents an exact match string replacement.

Note: to or from may be null or undefined, and will be tested using ===.

Hierarchy

  • Replace

Index

Properties

Properties

from

from: string

The value to replace.

May be null or undefined. The entire value must match using ===. When found, the to value is used instead.

to

to: string

The new value

Used instead of the from value.

Generated using TypeDoc