TokenReference
A reference to a design token to use to bind the form's style properties to an existing theme.
Inherited functions
Link copied to clipboard
Casts this FormStyleConfig as a TokenReference and retrieves its kotlin.String value. Throws an exception if the FormStyleConfig is not a TokenReference.
Link copied to clipboard
Casts this FormStyleConfig as a TokenReference and retrieves its kotlin.String value. Returns null if the FormStyleConfig is not a TokenReference.
Link copied to clipboard
Casts this FormStyleConfig as a Value and retrieves its kotlin.String value. Throws an exception if the FormStyleConfig is not a Value.
Link copied to clipboard
Casts this FormStyleConfig as a Value and retrieves its kotlin.String value. Returns null if the FormStyleConfig is not a Value.