Home Reference Source
public class | source

ReflectAction

Extends:

Action → ReflectAction

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

target: *

Method Summary

Public Methods
public

fetchTarget(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.

Public Constructors

public constructor() source

Public Members

public target: * source

Public Methods

public fetchTarget(session: *): * source

Params:

NameTypeAttributeDescription
session *

Return:

*

public toArgumentsList(): undefined[] source

Returns an arguments list for creating this instance remotely.

Override:

Action#toArgumentsList

Return:

undefined[]