Replace | @uirouter/core
Options
Menu

Interface Replace

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: string

The value to replace.

The value to replace.

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

to: string

The new value

The new value

Used instead of the from value.

Generated using TypeDoc