Skip to main content
Module

x/wmill/variable.ts>VariableFile

Open-source web IDE, scalable runtime and platform for serverless, workflows and UIs
Go to Latest
class VariableFile
implements Resource, PushDiffs
import { VariableFile } from "https://deno.land/x/wmill@v1.63.2/variable.ts";

Constructors

new
VariableFile(
value: string,
is_secret: boolean,
description: string,
)

Properties

optional
account: number
description: string
optional
is_oauth: boolean
is_secret: boolean
value: string

Methods

push(workspace: string, remotePath: string): Promise<void>
pushDiffs(
workspace: string,
remotePath: string,
diffs: Difference[],
): Promise<void>