effex-monorepo
Preparing search index...
router/src
MetaObject
Interface MetaObject<P, SP, D>
Object form of meta input — each field can be a string or function.
interface
MetaObject
<
P
,
SP
,
D
>
{
description
?:
MetaField
<
P
,
SP
,
D
>
;
title
?:
MetaField
<
P
,
SP
,
D
>
;
}
Type Parameters
P
SP
D
Index
Properties
description?
title?
Properties
Optional
Readonly
description
description
?:
MetaField
<
P
,
SP
,
D
>
Optional
Readonly
title
title
?:
MetaField
<
P
,
SP
,
D
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
title
effex-monorepo
Loading...
Object form of meta input — each field can be a string or function.