--- layout: posts title: Api - ICascade Interface ---

A container that allows a series of functions to be called upon an object.

Hierarchy

Index

Properties

Properties

$initial

$initial: any

The initial context object of the cascade.

$reset

$reset: function

Use the $original as the $result.

Type declaration

    • (): this
    • Returns this

$result

$result: any

The current final value of the cascade.

Generated using TypeDoc