Script class for managing an individual script

Constructors

Properties

Constructors

  • Creates a new script instance

    Parameters

    • scriptGroup: ScriptGroup

      Script group instance

    • profile: {
          __typename?: "ProviderScript";
          alt_id: string;
          uuid: string;
      }

      Profile of the script to be synced to the server

      • Optional __typename?: "ProviderScript"
      • alt_id: string
      • uuid: string

    Returns Script

Properties

alt_id: string

Alt ID of the script

scriptGroup: ScriptGroup

Script group instance

uuid: string

UUID of the script

Generated using TypeDoc