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

ReflectConstructAction

Extends:

ActionReflectAction → ReflectConstructAction

Static Method Summary

Static Public Methods
public static

fromProxy(session: *, target: *, argumentsList: *): *

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

Method Summary

Public Methods
public

exec(session: *)

public

fetch(session: *): *

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.

From class ReflectAction
public

target: *

public

fetchTarget(session: *): *

public

Static Public Methods

public static fromProxy(session: *, target: *, argumentsList: *): * source

Params:

NameTypeAttributeDescription
session *
target *
argumentsList *

Return:

*

Public Constructors

public constructor() source

Override:

ReflectAction#constructor

Public Members

public argumentsList: * source

Public Methods

public exec(session: *) source

Execute the action.

Override:

Action#exec

Params:

NameTypeAttributeDescription
session *

public fetch(session: *): * source

Fetch the action value.

Override:

Action#fetch

Params:

NameTypeAttributeDescription
session *

Return:

*

public toArgumentsList(): * source

Returns an arguments list for creating this instance remotely.

Override:

ReflectAction#toArgumentsList

Return:

*