@traversable/schema
Preparing search index...
@traversable/schema
t_ref
Interface t_ref<S, Id>
interface
t_ref
<
S
,
Id
=
string
>
{
_type
:
S
[
"_type"
&
keyof
S
]
;
def
:
S
;
id
:
Id
;
tag
:
"@traversable/schema/URI::ref"
;
toString
()
:
Id
;
(
got
:
Unknown
|
S
[
"_type"
&
keyof
S
]
)
:
got
is
S
[
"_type"
&
keyof
S
]
;
(
got
:
Unknown
)
:
got
is
S
[
"_type"
&
keyof
S
]
;
}
Type Parameters
S
Id
=
string
t_ref
(
got
:
Unknown
|
S
[
"_type"
&
keyof
S
]
)
:
got
is
S
[
"_type"
&
keyof
S
]
Parameters
got
:
Unknown
|
S
[
"_type"
&
keyof
S
]
Returns
got
is
S
[
"_type"
&
keyof
S
]
t_ref
(
got
:
Unknown
)
:
got
is
S
[
"_type"
&
keyof
S
]
Parameters
got
:
Unknown
Returns
got
is
S
[
"_type"
&
keyof
S
]
Index
Properties
_
type
def
id
tag
Methods
to
String
Properties
Readonly
_
type
_type
:
S
[
"_type"
&
keyof
S
]
def
def
:
S
id
id
:
Id
tag
tag
:
"@traversable/schema/URI::ref"
Methods
to
String
toString
()
:
Id
Returns
Id
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
type
def
id
tag
Methods
to
String
@traversable/schema
Loading...