method Goto.build
Goto.build(href)

Builder for Goto instructions.

Examples

Example 1

const goto = Goto.build('home/');

Parameters

href

The URL of the new call phase. Can be a relative or absolute URL.

Return Type

Throws

Error

See

Usage

import { Goto } from ".";