WidgetSection

constructor(componentId: String? = null, type: ComponentType = ComponentType.WIDGET_SECTION, name: String? = null, enabled: Boolean = true, i18n: String? = null, scroll: ScrollType? = ScrollType.HORIZONTAL, counter: Boolean = true, completion: Boolean = false, components: List<AbstractComponent>? = null, noElementsText: String? = null, i18nNoElementsText: String? = null, noElementsSubText: String? = null, i18nNoElementsSubText: String? = null, editable: Boolean = false, addButton: AbstractComponent.Button? = null, orderButton: AbstractComponent.Button? = null, manageButton: AbstractComponent.Button? = null, saveButton: AbstractComponent.Button? = null)