ComponentState

The detailed data about the current state of the component.

Types

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

Properties

Link copied to clipboard

The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.

Link copied to clipboard

The name of the service that serviceInstanceName is associated with. Provided when a component is attached to a service instance.

Link copied to clipboard

The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.

Link copied to clipboard

The template file used.

Functions

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