Interface for a class RibbonGallerySettings
EmitType<GalleryItemEventArgs>
Event triggers before rendering each gallery item.
EmitType<GalleryBeforeSelectEventArgs>
Event triggers before the gallery items selects.
EmitType<GalleryHoverEventArgs>
Event triggers when a user hovers over a gallery item.
EmitType<GalleryPopupEventArgs>
Event triggers when the gallery popup closes.
EmitType<GalleryPopupEventArgs>
Event triggers when the gallery popup opens.
EmitType<GallerySelectEventArgs>
Event triggers when the gallery items selects.
Defines the properties for collection of gallery items in the Ribbon.
number
Defines the number of items to be displayed in the Ribbon Gallery.
string
Defines the height of the ribbon gallery popup.
string
| function
| JSX.Element
Defines the template for gallery items in popup. The current gallery item model passed as context to build the content.
string
Defines the width of the ribbon gallery popup.
number
Defines the index of current selected gallery item.
string
| function
| JSX.Element
Defines the template for gallery items contents. The current gallery item model passed as context to build the content.