Interface: BaseInfobox
features/infoboxes/infobox.BaseInfobox
The properties that are added onto a processed InfoboxOptions to create an Infobox.
Properties
[Component]
• [Component]: GenericComponent
The Vue component used to render this feature.
Defined in
profectus/src/features/infoboxes/infobox.ts:58
[GatherProps]
• [GatherProps]: () => Record
<string
, unknown
>
Type declaration
▸ (): Record
<string
, unknown
>
A function to gather the props the vue component requires for this feature.
Returns
Record
<string
, unknown
>
Defined in
profectus/src/features/infoboxes/infobox.ts:60
collapsed
• collapsed: Persistent
<boolean
>
Whether or not this infobox is collapsed.
Defined in
profectus/src/features/infoboxes/infobox.ts:54
id
• id: string
An auto-generated ID for identifying features that appear in the DOM. Will not persist between refreshes or updates.
Defined in
profectus/src/features/infoboxes/infobox.ts:52
type
• type: typeof InfoboxType
A symbol that helps identify features of the same type.