ScriptArg: {
    choices?: string[];
    label?: string;
    maximum?: any;
    minimum?: any;
    step?: any;
    value?: any;
}

Type declaration

  • Optional choices?: string[]

    Possible values for the argument

  • Optional label?: string

    Name of the argument in UI

  • Optional maximum?: any

    Maximum allowed value for the argumentin UI

  • Optional minimum?: any

    Minimum allowed value for the argumentin UI

  • Optional step?: any

    Step for changing value of the argumentin UI

  • Optional value?: any

    Default value of the argument