Represents the parameters for using the gallery.

interface IUseGalleryOptions {
    containerLinkId: number;
    deep: DeepClient<Link<number>>;
    options?: GalleryImageOptions;
}

Properties

containerLinkId: number
deep: DeepClient<Link<number>>