@supuwoerc/masonry
    Preparing search index...

    Interface LayoutUpdateEvent

    布局更新事件参数 Layout update event parameters

    interface LayoutUpdateEvent {
        contentHeight: number;
        contentWidth: number;
    }
    Index

    Properties

    contentHeight: number

    内容总高度(px) Total content height in pixels

    contentWidth: number

    内容总宽度(px) Total content width in pixels