Hiyve Components - v1.0.0
    Preparing search index...

    Interface PresentationLayoutOptions

    Options for creating a presentation layout handler.

    interface PresentationLayoutOptions {
        thumbnailHeight?: number;
        thumbnailWidth?: number;
    }
    Index

    Properties

    thumbnailHeight?: number

    Height of each thumbnail tile in pixels (default: 100)

    thumbnailWidth?: number

    Width of each thumbnail tile in pixels (default: 150)