import{_ as e,c as o,o as t,N as a}from"./chunks/framework.0799945b.js";const u=JSON.parse('{"title":"Interface: BaseInfobox","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/interfaces/features/infoboxes/infobox.BaseInfobox.md","lastUpdated":null}'),r={name:"api/interfaces/features/infoboxes/infobox.BaseInfobox.md"},n=a('
features/infoboxes/infobox.BaseInfobox
The properties that are added onto a processed InfoboxOptions to create an Infobox.
• [Component]: GenericComponent
The Vue component used to render this feature.
profectus/src/features/infoboxes/infobox.ts:58
• [GatherProps]: () => Record
<string
, unknown
>
▸ (): Record
<string
, unknown
>
A function to gather the props the vue component requires for this feature.
Record
<string
, unknown
>
profectus/src/features/infoboxes/infobox.ts:60
• collapsed: Persistent
<boolean
>
Whether or not this infobox is collapsed.
profectus/src/features/infoboxes/infobox.ts:54
• id: string
An auto-generated ID for identifying features that appear in the DOM. Will not persist between refreshes or updates.
profectus/src/features/infoboxes/infobox.ts:52
• type: typeof InfoboxType
A symbol that helps identify features of the same type.