mosaicgallery / PartialLayoutConfig
Type Alias: PartialLayoutConfig
PartialLayoutConfig =
Partial<Omit<JustifiedLayoutConfig,"type">> &object|Partial<Omit<MasonryLayoutConfig,"type">> &object
Defined in: gallery/config.ts:117
Configuration object for a layout used with a MosaicGallery. Configuration can be declared partially and any remaining options will be filled with default options.