Skip to main content

FilteredObservableListView

Functions

ObserveItemsBrio

FilteredObservableListView.ObserveItemsBrio(selfFilteredObservableListView<T>) → Observable<Brio<T>>

Observes all items in the list

ObserveIndexByKey

FilteredObservableListView.ObserveIndexByKey() → Observable<number>

Observes the index as it changes, until the entry at the existing key is removed.

GetCount

FilteredObservableListView.GetCount(selfFilteredObservableListView<T>) → number

Gets the count of items in the list

ObserveCount

FilteredObservableListView.ObserveCount(selfFilteredObservableListView<T>) → Observable<number>

Observes the count of the list

Show raw api
{
    "functions": [
        {
            "name": "ObserveItemsBrio",
            "desc": "Observes all items in the list",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "FilteredObservableListView<T>\n"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<Brio<T>>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 104,
                "path": "src/observablecollection/src/Shared/FilteredObservableListView.lua"
            }
        },
        {
            "name": "ObserveIndexByKey",
            "desc": "Observes the index as it changes, until the entry at the existing\nkey is removed.",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "FilteredObservableListView<T>"
                },
                {
                    "name": "key",
                    "desc": "",
                    "lua_type": "Symbol"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<number>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 117,
                "path": "src/observablecollection/src/Shared/FilteredObservableListView.lua"
            }
        },
        {
            "name": "GetCount",
            "desc": "Gets the count of items in the list",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "FilteredObservableListView<T>"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "number"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 128,
                "path": "src/observablecollection/src/Shared/FilteredObservableListView.lua"
            }
        },
        {
            "name": "ObserveCount",
            "desc": "Observes the count of the list",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "FilteredObservableListView<T>"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<number>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 138,
                "path": "src/observablecollection/src/Shared/FilteredObservableListView.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "FilteredObservableListView",
    "desc": "",
    "source": {
        "line": 5,
        "path": "src/observablecollection/src/Shared/FilteredObservableListView.lua"
    }
}