Module features/images/components/images-form/images-form.component
Type aliases
ImagesFormComponentProps
Images
FormComponentProps: { error?: string; formType: ImagesFormType; loading: boolean; onSubmit: any }Type declaration
Optional error?: string
loading: boolean
onSubmit:function
- onSubmit(values: { channel?: Channel; data: string; encryptionKey?: string; evenDistribution: boolean; file?: File; lsbUsed: number }): void
Parameters
values: { channel?: Channel; data: string; encryptionKey?: string; evenDistribution: boolean; file?: File; lsbUsed: number }
Optional channel?: Channel
data: string
Optional encryptionKey?: string
evenDistribution: boolean
Optional file?: File
lsbUsed: number
Returns void
Functions
features/images/components/images-form/images-form.component
Parameters
Returns Element