action

package
v4.14.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2019 License: Apache-2.0 Imports: 0 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action string

Action describes how the subject of an event is altered by the object.

const (
	// Replace replaces the current value of the subject with the object.
	Replace Action = "replace"

	// Prepend prepends the object to the list of values of the subject.
	Prepend Action = "prepend"

	// Append appends the object to the list of values of the subject.
	Append Action = "append"

	// Remove removes the object from the list of values of the subject.
	Remove Action = "remove"

	// Reload tells the listener to reload the state of the subject.
	Reload Action = "reload"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL