import{_ as e,c as o,o as t,N as a}from"./chunks/framework.0799945b.js";const p=JSON.parse('{"title":"Interface: InfoboxOptions","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/interfaces/features/infoboxes/infobox.InfoboxOptions.md","lastUpdated":null}'),r={name:"api/interfaces/features/infoboxes/infobox.InfoboxOptions.md"},i=a('
features/infoboxes/infobox.InfoboxOptions
An object that configures an Infobox.
• Optional
bodyStyle: Computable
<StyleValue
>
CSS to apply to the body of the infobox.
profectus/src/features/infoboxes/infobox.ts:38
• Optional
classes: Computable
<Record
<string
, boolean
>>
Dictionary of CSS classes to apply to this feature.
profectus/src/features/infoboxes/infobox.ts:40
• Optional
color: Computable
<string
>
The background color of the Infobox.
profectus/src/features/infoboxes/infobox.ts:32
• display: Computable
<CoercableComponent
>
The main text that appears in the display.
profectus/src/features/infoboxes/infobox.ts:44
• Optional
style: Computable
<StyleValue
>
CSS to apply to this feature.
profectus/src/features/infoboxes/infobox.ts:34
• title: Computable
<CoercableComponent
>
A header to appear at the top of the display.
profectus/src/features/infoboxes/infobox.ts:42
• Optional
titleStyle: Computable
<StyleValue
>
CSS to apply to the title of the infobox.
profectus/src/features/infoboxes/infobox.ts:36
• Optional
visibility: Computable
<boolean
| Visibility
>
Whether this clickable should be visible.