Background
Overview
The Background scope function creates a colored block as the background of a scope.
Prototype
Background(string {styleName})
Parameters
- Name: styleName {Optional}
- Type: string
- Default: default
- Values: default, primary, secondary, light, dark, success, info, warning, danger, muted
- Description: The name of the style for the background colored scope.
Examples
{{ Background(Primary)
This is the body content of the function scope.
}}
{{ Background(Secondary)
This is the body content of the function scope.
}}
See Also
Foreground
Function Calling Convention
Scope Function
Instruction Function
Standard Function
Related
- Foreground - Set the foreground color for a block of content.