Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/mod.ts>Functions#createVariable

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Functions.prototype.createVariable
Re-export
import { Functions } from "https://deno.land/x/appwrite@8.0.0/mod.ts";

Create Variable

Create a new function environment variable. These variables can be accessed in the function at runtime as environment variables.

Parameters

functionId: string
key: string
value: string