salesforce.actionoverride
Home > @runlightyear/salesforce > ActionOverride
ActionOverride interface
Signature:interface ActionOverride
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
formFactor | string | Represents the environment to which the action override applies. For example, a Large value in this field represents the Lightning Experience desktop environment, and is valid for Lightning pages and Lightning components. A Small value represents the Salesforce mobile app on a phone or tablet. This field is available in API version 37.0 and later. | |
isAvailableInTouch | boolean | Indicates whether the action override is available in the Salesforce mobile app (true) or not (false). | |
name | string | The name of the action that overrides the default action. For example, if the new/create page was overridden with a custom action, the name might be “New”. | |
pageId | string | The ID of the page for the action override. | |
url | string | The URL of the item being used for the action override, such as a Visualforce page. Returns as null for Lightning page overrides. |