Axinom Mosaic Libraries
    Preparing search index...
    interface ImageSelectFieldProps {
        defaultFilterTag?: string;
        imageScope?: string;
        imageType?: string;
        maxItems?: number;
        onChange: (event: unknown) => void;
        value?: any[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    defaultFilterTag?: string

    Default tag to filter results by

    imageScope?: string

    Image's scope for filtering images by its type. It will make the imageType to become ${imageScope}_${name.toLowerCase()}

    imageType?: string

    The Image type to filter the images by. This setting will override the imageScope setting.

    maxItems?: number

    Maximum number of items which can be assigned

    onChange: (event: unknown) => void

    Raised when the value has changed

    value?: any[]

    Current value the form control has