import{_ as e,c as a,o as t,N as o}from"./chunks/framework.0799945b.js";const p=JSON.parse('{"title":"Interface: Section","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/interfaces/data/common.Section.md","lastUpdated":null}'),r={name:"api/interfaces/data/common.Section.md"},i=o('
data/common.Section
An option object for a modifier display as a single section. *
• Optional
base: Computable
<DecimalSource
>
The base value being modified. *
profectus/src/data/common.tsx:249
• Optional
baseText: Computable
<CoercableComponent
>
The label to call the base amount. Defaults to "Base". *
profectus/src/data/common.tsx:253
• modifier: WithRequired
<Modifier
, "description"
>
The modifier to be displaying in this section. *
profectus/src/data/common.tsx:247
• Optional
subtitle: Computable
<string
>
A subtitle for this modifier, e.g. to explain the context for the modifier. *
profectus/src/data/common.tsx:245
• title: Computable
<string
>
The header for this modifier. *
profectus/src/data/common.tsx:243
• Optional
unit: string
The unit of measurement for the base. *
profectus/src/data/common.tsx:251
• Optional
visible: Computable
<boolean
>
Whether or not this section should be currently visible to the player. *