The nexter/toggle-extension ability enables or disables a specific Nexter Extension feature. Pass the feature key and an optional enabled boolean to set its state. If you omit enabled, the ability flips the current state. Use nexter/list-extensions first to get the correct key for each feature.
Key Takeaways
Required Setup
This ability ships with Nexter Extension (Free). If you do not have it installed, follow the guide on how to install and activate Nexter Extension first.
Parameters
What It Returns
The ability returns: success (boolean), new_status (boolean — the state after the change), and message (a confirmation string describing the result).











