Frodo Library - v4.0.0-42
Project Home
Preparing search index...
Reference
ManagedObjectSchema
Type Alias ManagedObjectSchema<TProperties>
type
ManagedObjectSchema
<
TProperties
extends
Record
<
string
,
ManagedObjectSchemaProperty
>
=
Record
<
string
,
ManagedObjectSchemaProperty
,
>
,
>
=
{
$schema
:
string
;
icon
?:
string
;
order
:
(
keyof
TProperties
&
string
)
[]
;
properties
:
TProperties
;
required
:
(
keyof
TProperties
&
string
)
[]
;
resourceCollection
:
string
;
title
:
string
;
type
:
"object"
;
}
Type Parameters
TProperties
extends
Record
<
string
,
ManagedObjectSchemaProperty
>
=
Record
<
string
,
ManagedObjectSchemaProperty
>
Index
Properties
$schema
icon?
order
properties
required
resource
Collection
title
type
Properties
$schema
$schema
:
string
Optional
icon
icon
?:
string
order
order
:
(
keyof
TProperties
&
string
)
[]
properties
properties
:
TProperties
required
required
:
(
keyof
TProperties
&
string
)
[]
resource
Collection
resourceCollection
:
string
title
title
:
string
type
type
:
"object"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
$schema
icon
order
properties
required
resource
Collection
title
type
Project Home
Frodo Library - v4.0.0-42
Loading...