Skip to content

Profectus / util/vue / VueFeature

Interface: VueFeature ​

Extended by ​

Properties ​

[VueFeature] ​

[VueFeature]: true

Used to identify Vue Features

Defined in ​

profectus/src/util/vue.tsx:43


classes? ​

optional classes: MaybeRef<Record<string, boolean>>

Dictionary of CSS classes to apply to this feature.

Defined in ​

profectus/src/util/vue.tsx:35


components ​

components: MaybeGetter<Renderable>[]

The components to render inside the vue feature

Defined in ​

profectus/src/util/vue.tsx:39


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/util/vue.tsx:31


style? ​

optional style: MaybeRef<CSSProperties>

CSS to apply to this feature.

Defined in ​

profectus/src/util/vue.tsx:37


visibility? ​

optional visibility: MaybeRef<boolean | Visibility>

Whether this feature should be visible.

Defined in ​

profectus/src/util/vue.tsx:33


wrappers ​

wrappers: Wrapper[]

The components to render wrapped around the vue feature

Defined in ​

profectus/src/util/vue.tsx:41