Home Reference Source
public class | source

GetAction

Extends:

ActionReferenceAction → GetAction

Method Summary

Public Methods
public

fetch(session: *): *

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 ReferenceAction
public
public
public

Public Methods

public fetch(session: *): * source

Fetch the action value.

Override:

Action#fetch

Params:

NameTypeAttributeDescription
session *

Return:

*