App
9 posts tagged with "App"
.app-icon
The .app-icon action displays an app icon. must have dev-mode enabled!. It belongs to the app category within the platform area.
Action Syntax
.app-icon @reference
Valid sizes
Modifiers
link
The .app-icon action supports the link modifier.
Examples
// Basic Usage
.app-icon @apptag
app-authorization
The app-authorization action generates an app authorization token if needed at runtime. It belongs to the app category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = app-authorization
Valid sizes
Tags
reset
resets any local saved auth/forces re-auth
Examples
// Basic Usage
app-authorization
app-context
The app-context action gets app context item from the environment. It belongs to the app category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = app-context
Valid sizes
Examples
// Basic Usage
app-context
app-context-server
The app-context-server action Gets the server context for the current app including environment, region, version, and server time. It belongs to the app category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = app-context-server
Valid sizes
Examples
// Basic Usage
app-context-server
app-expires-on
The app-expires-on action sets the time and/or date the app will expire. It belongs to the app category within the platform area.
Action Syntax
app-expires-on YYYY-MM-DD
app-expires-on YYYY-MM-DD at HH:MM
app-expires-on YYYY-MM-DD [file]
app-expires-on YYYY-MM-DD at HH:MM [file]
Valid sizes
Examples
// Basic Usage
app-expires-on 2025-12-31
app-golive-on
The app-golive-on action sets the time and/or date the app will be available to users. It belongs to the app category within the platform area.
Action Syntax
app-golive-on YYYY-MM-DD
app-golive-on YYYY-MM-DD at HH:MM
app-golive-on YYYY-MM-DD [file]
app-golive-on YYYY-MM-DD at HH:MM [file]
Valid sizes
Examples
// Basic Usage
app-golive-on 2025-12-31
app-mode
The app-mode action set app mode to light or dark. It belongs to the app category within the platform area.
Action Syntax
app-mode light
app-mode dark
Valid sizes
Examples
// Basic Usage
app-mode light
app-name
The app-name action sets the App Name. Appears under icon. It belongs to the app category within the platform area.
Action Syntax
app-name "text"
Valid sizes
Examples
// Basic Usage
app-name "appname"
get-public-key
The get-public-key action gets app public key. It belongs to the app category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = get-public-key
Valid sizes
Examples
// Basic Usage
get-public-key