Axinom Mosaic Libraries
    Preparing search index...
    interface AzureStorageSelectorProps {
        defaultContainer?: string;
        onChange: (event: unknown) => void;
        storageInfo: ObjectStorage[];
        value?: { accountName: string; containerName: string; isNew: boolean };
    }

    Hierarchy (View Summary)

    Index

    Properties

    defaultContainer?: string

    Default Container

    onChange: (event: unknown) => void

    Raised when the value has changed

    storageInfo: ObjectStorage[]

    Information about enabled Object Storages

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

    Current value the form control has