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

RemoteDeletePropertyAction

Extends:

ActionReferenceActionReferencePropertyAction → RemoteDeletePropertyAction

Static Method Summary

Static Public Methods
public static

fromLocal(session: *, reference: *, property: *): *

Method Summary

Public Methods
public

exec(session: *)

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
From class ReferencePropertyAction
public static

fromProperty(session: *, reference: *, property: *): *

public
public

Static Public Methods

public static fromLocal(session: *, reference: *, property: *): * source

Params:

NameTypeAttributeDescription
session *
reference *
property *

Return:

*

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:

*