Interface: BaseBar
features/bars/bar.BaseBar
The properties that are added onto a processed BarOptions to create a Bar.
Properties
[Component]
• [Component]: GenericComponent
The Vue component used to render this feature.
Defined in
profectus/src/features/bars/bar.ts:66
[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/bars/bar.ts:68
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/bars/bar.ts:62
type
• type: typeof BarType
A symbol that helps identify features of the same type.