{
    "name": "WaterFlow",
    "children": [
        "FlowItem",
        "LazyVGridLayout",
        "LazyVWaterFlowLayout",
        "LazyColumnLayout",
        "LazyDynamicLayout"
    ],
    "attrs": [
        "onReachEnd",
        "onReachStart",
        "itemConstraintSize",
        "rowsTemplate",
        "columnsTemplate",
        "columnsGap",
        "rowsGap",
        "layoutDirection",
        "enableScrollInteraction",
        "fadingEdge",
        "nestedScroll",
        "onScrollFrameBegin",
        "friction",
        "cachedCount",
        "edgeEffect",
        "onScroll",
        "onScrollStart",
        "onScrollStop",
        "onScrollIndex",
        "scrollBar",
        "scrollBarWidth",
        "scrollBarColor",
        "flingSpeedLimit",
        "onWillScroll",
        "onDidScroll",
        "clipContent",
        "backToTop",
        "onWillStopDragging",
        "syncLoad",
        "onWillStartDragging",
        "onDidStopDragging",
        "onWillStartFling",
        "onDidStopFling",
        "contentStartOffset",
        "contentEndOffset",
        "supportEmptyBranchInLazyLoading",
        "autoAdjustScrollBarMargin",
        "enableScrollWithMouse",
        "scrollBarHeight"
    ]
}