Unassign Layer Action
The UnassignLayerAction unassigns a specific layer from content if the condition is met.
Specific Definitions
Type-ahead and select the Layer from the dropdown. The Layer ID is used in the Business Rule, so 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"
}
],