Skip to main content
The Deno 2 Release Candidate is here
Learn more
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@6.0.0-RC1/mod.ts";

Create Variable

Create a new function variable. These variables can be accessed within function in the env object under the request variable.

Parameters

functionId: string
key: string
value: string