Package-level declarations

Types

Link copied to clipboard
data class ComponentActionParametersArgs(val anchor: Output<ComponentPropertyArgs>? = null, val fields: Output<Map<String, ComponentPropertyArgs>>? = null, val global: Output<ComponentPropertyArgs>? = null, val id: Output<ComponentPropertyArgs>? = null, val model: Output<String>? = null, val state: Output<ComponentMutationActionSetStateParameterArgs>? = null, val target: Output<ComponentPropertyArgs>? = null, val type: Output<ComponentPropertyArgs>? = null, val url: Output<ComponentPropertyArgs>? = null) : ConvertibleToJava<ComponentActionParametersArgs>
Link copied to clipboard
data class ComponentBindingPropertiesValueArgs(val bindingProperties: Output<ComponentBindingPropertiesValuePropertiesArgs>? = null, val defaultValue: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ComponentBindingPropertiesValueArgs>
data class ComponentBindingPropertiesValuePropertiesArgs(val bucket: Output<String>? = null, val defaultValue: Output<String>? = null, val field: Output<String>? = null, val key: Output<String>? = null, val model: Output<String>? = null, val predicates: Output<List<ComponentPredicateArgs>>? = null, val slotName: Output<String>? = null, val userAttribute: Output<String>? = null) : ConvertibleToJava<ComponentBindingPropertiesValuePropertiesArgs>
Link copied to clipboard
data class ComponentChildArgs(val children: Output<List<ComponentChildArgs>>? = null, val componentType: Output<String>, val events: Output<Map<String, ComponentEventArgs>>? = null, val name: Output<String>, val properties: Output<Map<String, ComponentPropertyArgs>>, val sourceId: Output<String>? = null) : ConvertibleToJava<ComponentChildArgs>
Link copied to clipboard
Link copied to clipboard
data class ComponentConditionPropertyArgs(val else: Output<ComponentPropertyArgs>? = null, val field: Output<String>? = null, val operand: Output<String>? = null, val operandType: Output<String>? = null, val operator: Output<String>? = null, val property: Output<String>? = null, val then: Output<ComponentPropertyArgs>? = null) : ConvertibleToJava<ComponentConditionPropertyArgs>
Link copied to clipboard
data class ComponentDataConfigurationArgs(val identifiers: Output<List<String>>? = null, val model: Output<String>, val predicate: Output<ComponentPredicateArgs>? = null, val sort: Output<List<ComponentSortPropertyArgs>>? = null) : ConvertibleToJava<ComponentDataConfigurationArgs>
Link copied to clipboard
data class ComponentEventArgs(val action: Output<String>? = null, val bindingEvent: Output<String>? = null, val parameters: Output<ComponentActionParametersArgs>? = null) : ConvertibleToJava<ComponentEventArgs>
Link copied to clipboard
Link copied to clipboard
data class ComponentFormBindingElementArgs(val element: Output<String>, val property: Output<String>) : ConvertibleToJava<ComponentFormBindingElementArgs>
data class ComponentMutationActionSetStateParameterArgs(val componentName: Output<String>, val property: Output<String>, val set: Output<ComponentPropertyArgs>) : ConvertibleToJava<ComponentMutationActionSetStateParameterArgs>
Link copied to clipboard
data class ComponentPredicateArgs(val and: Output<List<ComponentPredicateArgs>>? = null, val field: Output<String>? = null, val operand: Output<String>? = null, val operandType: Output<String>? = null, val operator: Output<String>? = null, val or: Output<List<ComponentPredicateArgs>>? = null) : ConvertibleToJava<ComponentPredicateArgs>
Link copied to clipboard
data class ComponentPropertyArgs(val bindingProperties: Output<ComponentPropertyBindingPropertiesArgs>? = null, val bindings: Output<Map<String, ComponentFormBindingElementArgs>>? = null, val collectionBindingProperties: Output<ComponentPropertyBindingPropertiesArgs>? = null, val componentName: Output<String>? = null, val concat: Output<List<ComponentPropertyArgs>>? = null, val condition: Output<ComponentConditionPropertyArgs>? = null, val configured: Output<Boolean>? = null, val defaultValue: Output<String>? = null, val event: Output<String>? = null, val importedValue: Output<String>? = null, val model: Output<String>? = null, val property: Output<String>? = null, val type: Output<String>? = null, val userAttribute: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ComponentPropertyArgs>
Link copied to clipboard
data class ComponentPropertyBindingPropertiesArgs(val field: Output<String>? = null, val property: Output<String>) : ConvertibleToJava<ComponentPropertyBindingPropertiesArgs>
Link copied to clipboard
data class ComponentSortPropertyArgs(val direction: Output<ComponentSortDirection>, val field: Output<String>) : ConvertibleToJava<ComponentSortPropertyArgs>
Link copied to clipboard
data class ComponentVariantArgs(val overrides: Output<Map<String, Any>>? = null, val variantValues: Output<Map<String, String>>? = null) : ConvertibleToJava<ComponentVariantArgs>
Link copied to clipboard
data class FormButtonArgs(val children: Output<String>? = null, val excluded: Output<Boolean>? = null, val position: Output<Any>? = null) : ConvertibleToJava<FormButtonArgs>
Link copied to clipboard
Link copied to clipboard
data class FormCtaArgs(val cancel: Output<FormButtonArgs>? = null, val clear: Output<FormButtonArgs>? = null, val position: Output<FormButtonsPosition>? = null, val submit: Output<FormButtonArgs>? = null) : ConvertibleToJava<FormCtaArgs>
Link copied to clipboard
Link copied to clipboard
data class FormDataTypeConfigArgs(val dataSourceType: Output<FormDataSourceType>, val dataTypeName: Output<String>) : ConvertibleToJava<FormDataTypeConfigArgs>
Link copied to clipboard
data class FormFieldConfigArgs(val excluded: Output<Boolean>? = null, val inputType: Output<FormFieldInputConfigArgs>? = null, val label: Output<String>? = null, val position: Output<Any>? = null, val validations: Output<List<FormFieldValidationConfigurationArgs>>? = null) : ConvertibleToJava<FormFieldConfigArgs>
Link copied to clipboard
data class FormFieldInputConfigArgs(val defaultChecked: Output<Boolean>? = null, val defaultCountryCode: Output<String>? = null, val defaultValue: Output<String>? = null, val descriptiveText: Output<String>? = null, val fileUploaderConfig: Output<FormFileUploaderFieldConfigArgs>? = null, val isArray: Output<Boolean>? = null, val maxValue: Output<Double>? = null, val minValue: Output<Double>? = null, val name: Output<String>? = null, val placeholder: Output<String>? = null, val readOnly: Output<Boolean>? = null, val required: Output<Boolean>? = null, val step: Output<Double>? = null, val type: Output<String>, val value: Output<String>? = null, val valueMappings: Output<FormValueMappingsArgs>? = null) : ConvertibleToJava<FormFieldInputConfigArgs>
Link copied to clipboard
data class FormFieldPosition0PropertiesArgs(val fixed: Output<FormFixedPosition>) : ConvertibleToJava<FormFieldPosition0PropertiesArgs>
Link copied to clipboard
data class FormFieldPosition1PropertiesArgs(val rightOf: Output<String>) : ConvertibleToJava<FormFieldPosition1PropertiesArgs>
Link copied to clipboard
data class FormFieldPosition2PropertiesArgs(val below: Output<String>) : ConvertibleToJava<FormFieldPosition2PropertiesArgs>
Link copied to clipboard
data class FormFieldValidationConfigurationArgs(val numValues: Output<List<Double>>? = null, val strValues: Output<List<String>>? = null, val type: Output<String>, val validationMessage: Output<String>? = null) : ConvertibleToJava<FormFieldValidationConfigurationArgs>
Link copied to clipboard
data class FormFileUploaderFieldConfigArgs(val acceptedFileTypes: Output<List<String>>, val accessLevel: Output<FormStorageAccessLevel>, val isResumable: Output<Boolean>? = null, val maxFileCount: Output<Double>? = null, val maxSize: Output<Double>? = null, val showThumbnails: Output<Boolean>? = null) : ConvertibleToJava<FormFileUploaderFieldConfigArgs>
Link copied to clipboard
data class FormInputBindingPropertiesValueArgs(val bindingProperties: Output<FormInputBindingPropertiesValuePropertiesArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<FormInputBindingPropertiesValueArgs>
data class FormInputBindingPropertiesValuePropertiesArgs(val model: Output<String>? = null) : ConvertibleToJava<FormInputBindingPropertiesValuePropertiesArgs>
Link copied to clipboard
data class FormInputValuePropertyArgs(val bindingProperties: Output<FormInputValuePropertyBindingPropertiesArgs>? = null, val concat: Output<List<FormInputValuePropertyArgs>>? = null, val value: Output<String>? = null) : ConvertibleToJava<FormInputValuePropertyArgs>
data class FormInputValuePropertyBindingPropertiesArgs(val field: Output<String>? = null, val property: Output<String>) : ConvertibleToJava<FormInputValuePropertyBindingPropertiesArgs>
Link copied to clipboard
data class FormSectionalElementArgs(val excluded: Output<Boolean>? = null, val level: Output<Double>? = null, val orientation: Output<String>? = null, val position: Output<Any>? = null, val text: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<FormSectionalElementArgs>
Link copied to clipboard
data class FormStyleArgs(val horizontalGap: Output<Either<FormStyleConfig0PropertiesArgs, FormStyleConfig1PropertiesArgs>>? = null, val outerPadding: Output<Either<FormStyleConfig0PropertiesArgs, FormStyleConfig1PropertiesArgs>>? = null, val verticalGap: Output<Either<FormStyleConfig0PropertiesArgs, FormStyleConfig1PropertiesArgs>>? = null) : ConvertibleToJava<FormStyleArgs>
Link copied to clipboard
Link copied to clipboard
data class FormStyleConfig0PropertiesArgs(val tokenReference: Output<String>) : ConvertibleToJava<FormStyleConfig0PropertiesArgs>
Link copied to clipboard
data class FormStyleConfig1PropertiesArgs(val value: Output<String>) : ConvertibleToJava<FormStyleConfig1PropertiesArgs>
Link copied to clipboard
data class FormValueMappingArgs(val displayValue: Output<FormInputValuePropertyArgs>? = null, val value: Output<FormInputValuePropertyArgs>) : ConvertibleToJava<FormValueMappingArgs>
Link copied to clipboard
data class FormValueMappingsArgs(val bindingProperties: Output<Map<String, FormInputBindingPropertiesValueArgs>>? = null, val values: Output<List<FormValueMappingArgs>>) : ConvertibleToJava<FormValueMappingsArgs>
Link copied to clipboard
data class GetComponentPlainArgs(val appId: String, val environmentName: String, val id: String) : ConvertibleToJava<GetComponentPlainArgs>
Link copied to clipboard
data class GetFormPlainArgs(val appId: String, val environmentName: String, val id: String) : ConvertibleToJava<GetFormPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetThemePlainArgs(val appId: String, val environmentName: String, val id: String) : ConvertibleToJava<GetThemePlainArgs>
Link copied to clipboard
Link copied to clipboard
data class ThemeValueArgs(val children: Output<List<ThemeValuesArgs>>? = null, val value: Output<String>? = null) : ConvertibleToJava<ThemeValueArgs>
Link copied to clipboard
Link copied to clipboard
data class ThemeValuesArgs(val key: Output<String>? = null, val value: Output<ThemeValueArgs>? = null) : ConvertibleToJava<ThemeValuesArgs>
Link copied to clipboard