Skip to main content

FilteredObservableListView

Functions

ObserveItemsBrio

FilteredObservableListView:ObserveItemsBrio() → Observable<Brio<T>>

Observes all items in the list

ObserveIndexByKey

FilteredObservableListView:ObserveIndexByKey(keySymbol) → Observable<number>

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

GetCount

FilteredObservableListView:GetCount() → number

Gets the count of items in the list

ObserveCount

FilteredObservableListView:ObserveCount() → Observable<number>

Observes the count of the list

Show raw api
{
    "functions": [
        {
            "name": "ObserveItemsBrio",
            "desc": "Observes all items in the list",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<Brio<T>>"
                }
            ],
            "function_type": "method",
            "source": {
                "line": 76,
                "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": "key",
                    "desc": "",
                    "lua_type": "Symbol"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<number>"
                }
            ],
            "function_type": "method",
            "source": {
                "line": 87,
                "path": "src/observablecollection/src/Shared/FilteredObservableListView.lua"
            }
        },
        {
            "name": "GetCount",
            "desc": "Gets the count of items in the list",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "number"
                }
            ],
            "function_type": "method",
            "source": {
                "line": 95,
                "path": "src/observablecollection/src/Shared/FilteredObservableListView.lua"
            }
        },
        {
            "name": "ObserveCount",
            "desc": "Observes the count of the list",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<number>"
                }
            ],
            "function_type": "method",
            "source": {
                "line": 103,
                "path": "src/observablecollection/src/Shared/FilteredObservableListView.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "FilteredObservableListView",
    "desc": "",
    "source": {
        "line": 4,
        "path": "src/observablecollection/src/Shared/FilteredObservableListView.lua"
    }
}