Package-level declarations
Types
Link copied to clipboard
data class ComponentActionParameters(val anchor: ComponentProperty? = null, val fields: Map<String, ComponentProperty>? = null, val global: ComponentProperty? = null, val id: ComponentProperty? = null, val model: String? = null, val state: ComponentMutationActionSetStateParameter? = null, val target: ComponentProperty? = null, val type: ComponentProperty? = null, val url: ComponentProperty? = null)
Link copied to clipboard
data class ComponentBindingPropertiesValue(val bindingProperties: ComponentBindingPropertiesValueProperties? = null, val defaultValue: String? = null, val type: String? = null)
Link copied to clipboard
data class ComponentBindingPropertiesValueProperties(val bucket: String? = null, val defaultValue: String? = null, val field: String? = null, val key: String? = null, val model: String? = null, val predicates: List<ComponentPredicate>? = null, val slotName: String? = null, val userAttribute: String? = null)
Link copied to clipboard
data class ComponentChild(val children: List<ComponentChild>? = null, val componentType: String, val events: Map<String, ComponentEvent>? = null, val name: String, val properties: Map<String, ComponentProperty>, val sourceId: String? = null)
Link copied to clipboard
data class ComponentConditionProperty(val else: ComponentProperty? = null, val field: String? = null, val operand: String? = null, val operandType: String? = null, val operator: String? = null, val property: String? = null, val then: ComponentProperty? = null)
Link copied to clipboard
data class ComponentDataConfiguration(val identifiers: List<String>? = null, val model: String, val predicate: ComponentPredicate? = null, val sort: List<ComponentSortProperty>? = null)
Link copied to clipboard
data class ComponentEvent(val action: String? = null, val bindingEvent: String? = null, val parameters: ComponentActionParameters? = null)
Link copied to clipboard
Link copied to clipboard
data class ComponentMutationActionSetStateParameter(val componentName: String, val property: String, val set: ComponentProperty)
Link copied to clipboard
data class ComponentPredicate(val and: List<ComponentPredicate>? = null, val field: String? = null, val operand: String? = null, val operandType: String? = null, val operator: String? = null, val or: List<ComponentPredicate>? = null)
Link copied to clipboard
data class ComponentProperty(val bindingProperties: ComponentPropertyBindingProperties? = null, val bindings: Map<String, ComponentFormBindingElement>? = null, val collectionBindingProperties: ComponentPropertyBindingProperties? = null, val componentName: String? = null, val concat: List<ComponentProperty>? = null, val condition: ComponentConditionProperty? = null, val configured: Boolean? = null, val defaultValue: String? = null, val event: String? = null, val importedValue: String? = null, val model: String? = null, val property: String? = null, val type: String? = null, val userAttribute: String? = null, val value: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class FormButton(val children: String? = null, val excluded: Boolean? = null, val position: Any? = null)
Link copied to clipboard
data class FormCta(val cancel: FormButton? = null, val clear: FormButton? = null, val position: FormButtonsPosition? = null, val submit: FormButton? = null)
Link copied to clipboard
Link copied to clipboard
data class FormFieldConfig(val excluded: Boolean? = null, val inputType: FormFieldInputConfig? = null, val label: String? = null, val position: Any? = null, val validations: List<FormFieldValidationConfiguration>? = null)
Link copied to clipboard
data class FormFieldInputConfig(val defaultChecked: Boolean? = null, val defaultCountryCode: String? = null, val defaultValue: String? = null, val descriptiveText: String? = null, val fileUploaderConfig: FormFileUploaderFieldConfig? = null, val isArray: Boolean? = null, val maxValue: Double? = null, val minValue: Double? = null, val name: String? = null, val placeholder: String? = null, val readOnly: Boolean? = null, val required: Boolean? = null, val step: Double? = null, val type: String, val value: String? = null, val valueMappings: FormValueMappings? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class FormFileUploaderFieldConfig(val acceptedFileTypes: List<String>, val accessLevel: FormStorageAccessLevel, val isResumable: Boolean? = null, val maxFileCount: Double? = null, val maxSize: Double? = null, val showThumbnails: Boolean? = null)
Link copied to clipboard
data class FormInputBindingPropertiesValue(val bindingProperties: FormInputBindingPropertiesValueProperties? = null, val type: String? = null)
Link copied to clipboard
Link copied to clipboard
data class FormInputValueProperty(val bindingProperties: FormInputValuePropertyBindingProperties? = null, val concat: List<FormInputValueProperty>? = null, val value: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class FormStyle(val horizontalGap: Either<FormStyleConfig0Properties, FormStyleConfig1Properties>? = null, val outerPadding: Either<FormStyleConfig0Properties, FormStyleConfig1Properties>? = null, val verticalGap: Either<FormStyleConfig0Properties, FormStyleConfig1Properties>? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class FormValueMapping(val displayValue: FormInputValueProperty? = null, val value: FormInputValueProperty)
Link copied to clipboard
data class FormValueMappings(val bindingProperties: Map<String, FormInputBindingPropertiesValue>? = null, val values: List<FormValueMapping>)
Link copied to clipboard
data class GetComponentResult(val bindingProperties: Map<String, ComponentBindingPropertiesValue>? = null, val children: List<ComponentChild>? = null, val collectionProperties: Map<String, ComponentDataConfiguration>? = null, val componentType: String? = null, val createdAt: String? = null, val events: Map<String, ComponentEvent>? = null, val id: String? = null, val modifiedAt: String? = null, val name: String? = null, val overrides: Map<String, Any>? = null, val properties: Map<String, ComponentProperty>? = null, val schemaVersion: String? = null, val sourceId: String? = null, val tags: Map<String, String>? = null, val variants: List<ComponentVariant>? = null)
Link copied to clipboard
data class GetFormResult(val cta: FormCta? = null, val dataType: FormDataTypeConfig? = null, val fields: Map<String, FormFieldConfig>? = null, val formActionType: FormActionType? = null, val id: String? = null, val labelDecorator: FormLabelDecorator? = null, val name: String? = null, val schemaVersion: String? = null, val sectionalElements: Map<String, FormSectionalElement>? = null, val style: FormStyle? = null, val tags: Map<String, String>? = null)
Link copied to clipboard
data class GetThemeResult(val createdAt: String? = null, val id: String? = null, val modifiedAt: String? = null, val name: String? = null, val overrides: List<ThemeValues>? = null, val tags: Map<String, String>? = null, val values: List<ThemeValues>? = null)
Link copied to clipboard
Link copied to clipboard