Hierarchy

  • BaseFormControl
  • BaseInputEvents
    • AzureStorageSelectorProps

Properties

defaultContainer?: string

Default Container

onChange: ((event) => void)

Type declaration

    • (event): void
    • Raised when the value has changed

      Parameters

      • event: unknown

      Returns void

storageInfo: ObjectStorage[]

Information about enabled Object Storages

value?: {
    accountName: string;
    containerName: string;
    isNew: boolean;
}

Current value the form control has

Type declaration

  • accountName: string
  • containerName: string
  • isNew: boolean

Generated using TypeDoc