Skip to main content
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@10.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