ValueContainer

A container for holding a specific DataItem.

This class is typically used for retrieving data from settings as it will serialize and deserialize to/from a DataObject, as opposed to just the value.

Constructors

Link copied to clipboard
constructor(value: DataItem)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun asDataItem(): DataItem

Should return an instance of a DataItem that represents all required properties of the implementing class, such that it could be:

Link copied to clipboard
open override fun asDataObject(): DataObject

Should return an instance of a asDataObject that represents all required properties of the implementing class, such that it could be: