MemberTagGroup or leaf a Navigator can open — what Group.isGroup narrows against.
Source src/ui/Navigator.ts:363 lines
export type type MemberTag =
| LeafTag
| {
readonly key: string
readonly members: Record<string, unknown>
}
Group or leaf a Navigator can open — what
Group.isGroup
narrows against.
MemberTag =
| LeafTag
| { readonly key: stringkey: string; readonly members: Record<string, unknown>members: type Record<K extends keyof any, T> = {
[P in K]: T
}
Construct a type with a set of properties K of type T
Record<string, unknown> };
Referenced by 1 symbols