QPluginCard

A card in an Q App that integrates with a third-party plugin or service.

Types

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

Properties

Link copied to clipboard

The action identifier of the action to be performed by the plugin card.

Link copied to clipboard

Any dependencies or requirements for the plugin card.

Link copied to clipboard
val id: String

The unique identifier of the plugin card.

Link copied to clipboard

The unique identifier of the plugin used by the card.

Link copied to clipboard

The type or category of the plugin used by the card.

Link copied to clipboard

The prompt or instructions displayed for the plugin card.

Link copied to clipboard

The title or label of the plugin card.

Link copied to clipboard

The type of the card.

Functions

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