createPresenceStateDerivation
Public function
Creates a derivation that represents the current presence state of the current user.
Signature
createPresenceStateDerivation: (
$user: Signal<{
color: string
id: string
name: string
}>,
instanceId?: TLInstancePresence['id']
) =>
(store: TLStore) =>
Signal<null | TLInstancePresence>
Parameters
| Name | Description |
|---|---|
| |
| |
Returns
(store: TLStore) => Signal<null | TLInstancePresence>
References
Source

