@omnist-dev/omnist
Preparing search index...
schema
Function schema
schema
(
root
:
string
|
RefType
,
env
?:
Readonly
<
globalThis.Record
<
string
,
Record
>
>
,
)
:
Schema
Builds a
Schema
from a root ref (or record name) and its environment.
Parameters
root
:
string
|
RefType
env
:
Readonly
<
globalThis.Record
<
string
,
Record
>
>
= {}
Returns
Schema
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@omnist-dev/omnist
Loading...
Builds a
Schemafrom a root ref (or record name) and its environment.