Skip to content

Configuration

Stephen S. Mitchell edited this page Sep 23, 2025 · 3 revisions

Configuration

← Back to Classes | Documentation Home | Methods Index | Properties Index

  • Namespace: AlibreScript.API
  • Kind: Class

Properties

IsActive

Type: Object True if the configuration is currently active

Name

Type: Object The name of the configuration

Methods

SetLocks

Sets the locks on the configuration

def SetLocks(locks):
    """
    Sets the locks on the configuration

    Args:
        locks (LockTypes): Locks to set

    """
Clone this wiki locally