@maxhealth.tech/prefab / actions / OpenLink
Class: OpenLink
Defined in: actions/client.ts:113
Base interface all actions implement
Implements
Constructors
Constructor
ts
new OpenLink(url, target?): OpenLink;Defined in: actions/client.ts:114
Parameters
| Parameter | Type | Default value |
|---|---|---|
url | string | undefined |
target | string | '_blank' |
Returns
OpenLink
Properties
url
ts
readonly url: string;Defined in: actions/client.ts:115
target
ts
readonly target: string = '_blank';Defined in: actions/client.ts:116
Methods
toJSON()
ts
toJSON(): ActionJSON;Defined in: actions/client.ts:119