import{_ as e,c as a,o as r,N as t}from"./chunks/framework.0799945b.js";const b=JSON.parse('{"title":"Interface: BaseBar","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/interfaces/features/bars/bar.BaseBar.md","lastUpdated":null}'),o={name:"api/interfaces/features/bars/bar.BaseBar.md"},n=t('
features/bars/bar.BaseBar
The properties that are added onto a processed BarOptions to create a Bar.
• [Component]: GenericComponent
The Vue component used to render this feature.
profectus/src/features/bars/bar.ts:66
• [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/bars/bar.ts:68
• id: string
An auto-generated ID for identifying features that appear in the DOM. Will not persist between refreshes or updates.
profectus/src/features/bars/bar.ts:62
• type: typeof BarType
A symbol that helps identify features of the same type.