Theme

class Theme

A theme is a collection of style settings that apply globally to the components associated with an Amplify application.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique ID for the Amplify app associated with the theme.

Link copied to clipboard

The time that the theme was created.

Link copied to clipboard

The name of the backend environment that is a part of the Amplify app.

Link copied to clipboard
val id: String

The ID for the theme.

Link copied to clipboard

The time that the theme was modified.

Link copied to clipboard

The name of the theme.

Link copied to clipboard

Describes the properties that can be overriden to customize a theme.

Link copied to clipboard

One or more key-value pairs to use when tagging the theme.

Link copied to clipboard

A list of key-value pairs that defines the properties of the theme.

Functions

Link copied to clipboard
inline fun copy(block: Theme.Builder.() -> Unit = {}): Theme
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String