AssetFormEntry

A form on an asset, consisting of the form type identifier and its JSON content.

Types

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

Properties

Link copied to clipboard

The JSON content of the form, conforming to the schema of the specified form type.

Link copied to clipboard

The identifier of the form type that defines this form's schema.

Functions

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