DeviceTemplate

An object representing a device for a placement template (see PlacementTemplate).

Types

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

Properties

Link copied to clipboard

An optional Lambda function to invoke instead of the default Lambda function provided by the placement template.

Link copied to clipboard

The device type, which currently must be "button".

Functions

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