Button

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)