@supuwoerc/masonry
    Preparing search index...

    Interface Interaction

    交互配置 Interaction configuration

    interface Interaction {
        onClick?: (event: ClickEvent) => void;
        onLayoutUpdate?: (event: LayoutUpdateEvent) => void;
        scroll?: ScrollConfig;
    }
    Index

    Properties

    onClick?: (event: ClickEvent) => void

    点击事件回调 Click event callback

    onLayoutUpdate?: (event: LayoutUpdateEvent) => void

    布局更新回调 Layout update callback

    scroll?: ScrollConfig

    滚动配置 Scroll configuration