Skip to main content

Documentation Index

Fetch the complete documentation index at: https://nexrender.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Controls layer visibility to show or hide elements in your composition. Perfect for creating dynamic content where elements appear or disappear based on your data.

Example

{
  "type": "function",
  "name": "nx:layer-state-set",
  "params": {
    "layerName": "Background",
    "visible": true
  }
}

Parameters

layerName
string
required
Name of the layer to modify
visible
boolean
required
Whether the layer should be visible (enabled)