Home Reference Source
import UndefinedValueAction from 'remote-context/lib/actions/UndefinedValueAction.js'
public class | source

UndefinedValueAction

Extends:

Action → UndefinedValueAction

Static Method Summary

Static Public Methods
public static

isUndefined(value: *): *

Method Summary

Public Methods
public

fetch(): *

public

Inherited Summary

From class Action
public

exec(session: Session): undefined | Promise

Execute the action.

public

fetch(session: Session): *

Fetch the action value.

public

Returns an arguments list for creating this instance remotely.

public

Get a string that represent this class.

Static Public Methods

public static isUndefined(value: *): * source

Params:

NameTypeAttributeDescription
value *

Return:

*

Public Methods

public fetch(): * source

Fetch the action value.

Override:

Action#fetch

Return:

*

public toArgumentsList(): *[] source

Returns an arguments list for creating this instance remotely.

Override:

Action#toArgumentsList

Return:

*[]