API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeRegistryKeyOf

@codexo/exojs / core / stable

Every string key registered in a `SceneRegistryShape` - the type of a valid `change()`/`restore()` key-based navigation target.

0
props
0
methods
0
events
Import
import { RegistryKeyOf } from '@codexo/exojs'

Every string key registered in a `SceneRegistryShape` - the type of a valid `change()`/`restore()` key-based navigation target.

Definition1
Extract<keyof Registry, string>
Source