Table of Contents
Unassign Layer Action
Table of Contents
The UnassignLayerAction unassigns a specific layer from content if the condition is met.
Specific definitions
Type ahead and select the Layer from the dropdown list. The Layer ID is used in the Business Rule so that you can update the name anytime.
Property | Value |
kind | UnassignLayerAction |
layerId |
The ID of the Layer to check. See Access Layer for details, but except in the JSON, you don't have to worry about casing. |
Unassign Basic Information Layer
"actions": [
{
"kind": "UnassignLayerAction",
"layerId": "BasicInformation"
}
],