Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AIScriptInfo

The script information object

param key

The key of the script

param type

The type of the script

param backend

The backend of the script

param duration

The duration of the script

param samples

The samples of the script

param calls

The calls of the script

param errors

The errors of the script

Hierarchy

Index

Properties

backend?: string
calls?: number
device?: string
duration?: number
errors?: number
key?: string
samples?: number
source?: string
tag?: string
type?: string

Generated using TypeDoc