Button
data class Button(val componentId: String? = null, val type: ComponentType = ComponentType.BUTTON, val name: String? = null, val enabled: Boolean = true, val i18n: String? = null, val buttonStyle: ButtonStyle = ButtonStyle.PRIMARY_FILLED, val icon: String? = null, val iconLeft: String? = null, val action: String? = null) : AbstractComponent, Parcelable
Constructors
Link copied to clipboard
constructor(componentId: String? = null, type: ComponentType = ComponentType.BUTTON, name: String? = null, enabled: Boolean = true, i18n: String? = null, buttonStyle: ButtonStyle = ButtonStyle.PRIMARY_FILLED, icon: String? = null, iconLeft: String? = null, action: String? = null)