Skip to main content

RxCollectionServiceUtils

Functions

observeTaggedBrio

RxCollectionServiceUtils.observeTaggedBrio(tagNamestring) → Observable<Brio<Instance>>

Observes tagged instances

observeTagged

RxCollectionServiceUtils.observeTagged(tagNamestring) → Observable<Instance>

Observes tagged instances without a brio (so just when the item is added or on-init

Show raw api
{
    "functions": [
        {
            "name": "observeTaggedBrio",
            "desc": "Observes tagged instances",
            "params": [
                {
                    "name": "tagName",
                    "desc": "",
                    "lua_type": "string"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<Brio<Instance>>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 21,
                "path": "src/collectionserviceutils/src/Shared/RxCollectionServiceUtils.lua"
            }
        },
        {
            "name": "observeTagged",
            "desc": "Observes tagged instances without a brio (so just when the item is added or on-init",
            "params": [
                {
                    "name": "tagName",
                    "desc": "",
                    "lua_type": "string"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<Instance>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 52,
                "path": "src/collectionserviceutils/src/Shared/RxCollectionServiceUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "RxCollectionServiceUtils",
    "desc": "",
    "source": {
        "line": 4,
        "path": "src/collectionserviceutils/src/Shared/RxCollectionServiceUtils.lua"
    }
}