Skip to main content
Module

x/windmill/windmill-api/index.ts>Script

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
class Script
import { Script } from "https://deno.land/x/windmill@v1.28.1/windmill-api/index.ts";

Constructors

new
Script()

Properties

archived: boolean
content: string
createdAt: Date
createdBy: string
deleted: boolean
optional
description: string
extraPerms: { [key: string]: boolean; }
hash: string
isTemplate: boolean
isTrigger: boolean
optional
lock: string
optional
lockErrorLogs: string
optional
parentHashes: Array<string>

The first element is the direct parent of the script, the second is the parent of the first, etc

path: string
optional
schema: any
summary: string
optional
workspaceId: string

Static Properties

readonly
attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>
readonly
discriminator: string | undefined