Type alias MultiSelectDialogueOptions

MultiSelectDialogueOptions: DialogueOptions & {
    galleryThumbChunkedResizingEnabled: boolean;
    galleryThumbChunkedResizingThreshold: number;
    galleryThumbHeight: number;
    galleryThumbLoadPadding: number;
    galleryThumbWidth: number;
    pageModeEnabled: boolean;
}

Type declaration

  • galleryThumbChunkedResizingEnabled: boolean

    Determines if chunked resizing is enabled for gallery thumbnails

  • galleryThumbChunkedResizingThreshold: number

    Threshold for chunked resizing of gallery thumbnails

  • galleryThumbHeight: number

    Height of the gallery thumbnail

  • galleryThumbLoadPadding: number

    Padding for loading gallery thumbnails

  • galleryThumbWidth: number

    Width of the gallery thumbnail

  • pageModeEnabled: boolean

    Determines if page mode is enabled

Generated using TypeDoc