HasDefault

interface HasDefault<T : Node?>

Interface that allows us to mark nodes that contain a default value

Parameters

<T>

type of the default node

Functions

Link copied to clipboard
abstract fun getDefault(): T
Link copied to clipboard
abstract fun setDefault(t: T)

Inheritors

Link copied to clipboard
Link copied to clipboard