WebApiModulesSettingsWidgetSettingsWidgetWidget constructor
WebApiModulesSettingsWidgetSettingsWidgetWidget({
- String? widgetId,
- String? widget,
- String? moduleName,
- String? apiName,
- String? procedureName,
- String? counterFieldName,
- String? label1FieldName,
- String? label2FieldName,
- String? clickPath,
- String? defaultType,
- int? defaultDataPoints,
- String? defaultAxisNumberFormatId,
- String? defaultAxisNumberFormat,
- String? defaultAxisNumberFormatMask,
- String? defaultDataNumberFormatId,
- String? defaultDataNumberFormat,
- String? defaultDataNumberFormatMask,
- String? defaultDateBehaviorId,
- String? defaultDateBehavior,
- String? dateFieldDisplayNames,
- String? dateFields,
- String? defaultDateField,
- String? defaultFromDate,
- String? defaultToDate,
- bool? defaultStacked,
- String? assignTo,
- String? dateStamp,
- String? value,
- String? text,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsWidgetSettingsWidgetWidget({
this.widgetId,
this.widget,
this.moduleName,
this.apiName,
this.procedureName,
this.counterFieldName,
this.label1FieldName,
this.label2FieldName,
this.clickPath,
this.defaultType,
this.defaultDataPoints,
this.defaultAxisNumberFormatId,
this.defaultAxisNumberFormat,
this.defaultAxisNumberFormatMask,
this.defaultDataNumberFormatId,
this.defaultDataNumberFormat,
this.defaultDataNumberFormatMask,
this.defaultDateBehaviorId,
this.defaultDateBehavior,
this.dateFieldDisplayNames,
this.dateFields,
this.defaultDateField,
this.defaultFromDate,
this.defaultToDate,
this.defaultStacked,
this.assignTo,
this.dateStamp,
this.value,
this.text,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});