AppDefinition

The definition of the Q App, specifying the cards and flow.

Types

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

Properties

Link copied to clipboard

The version of the app definition schema or specification.

Link copied to clipboard

A flag indicating whether the Q App's definition can be edited by the user.

Link copied to clipboard

The cards that make up the Q App, such as text input, file upload, or query cards.

Functions

Link copied to clipboard
inline fun copy(block: AppDefinition.Builder.() -> Unit = {}): AppDefinition
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