import{_ as e,c as a,o as t,N as r}from"./chunks/framework.0799945b.js";const u=JSON.parse('{"title":"Interface: BaseClickable","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/interfaces/features/clickables/clickable.BaseClickable.md","lastUpdated":null}'),c={name:"api/interfaces/features/clickables/clickable.BaseClickable.md"},o=r('
features/clickables/clickable.BaseClickable
The properties that are added onto a processed ClickableOptions to create an Clickable.
• [Component]: GenericComponent
The Vue component used to render this feature.
profectus/src/features/clickables/clickable.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/clickables/clickable.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/clickables/clickable.ts:62
• type: typeof ClickableType
A symbol that helps identify features of the same type.