Skip to main content

AppCreationForm

Components

AppCreationForm()

AppCreationForm(props, context?): ReactNode

Parameters

ParameterType
propsAppCreationFormProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/AppCreationForm/index.tsx:51

Props

AppCreationFormProps

AppCreationFormProps: object

Type declaration

MemberType
cancelButtonButtonType
createButtonobject
createButton.handleClick(data) => void
createButton.labelstring
createButton.loadingboolean
defaultValuesAppCreationFormValues
errorMessageobject
errorMessage.fieldNamestring
errorMessage.messagestring

Source

libs/design-system-components/src/components/AppCreationForm/index.tsx:40

Enumerations

FieldName

Enumeration Members

Enumeration MemberValue
extensionID"extensionID"
extensionLicense"extensionLicense"
extensionLicenseOther"extensionLicenseOther"
extensionName"extensionName"
extensionType"extensionType"

Licenses

Enumeration Members

Enumeration MemberValue
APACHE"Apache License 2.0"
BSD"BSD"
GPL"GNU General Public License"
MIT"MIT"
MPL"MPL 2.0"
OTHER"Other"