Skip to main content

fdk-extension

Deprecation Notice

Vue-based themes will soon be deprecated. Please switch to React-based themes, as all future updates and support will focus exclusively on React.

Extension Action Component

Tag

fdk-extension

Description

This action component is used to create a Position where extension elements can be injected.

Props

KeyTypeDescription
templateArrayArray of all the templates (wrapper component of extensions). This array of templates can be captured by the user by using settings extension input (types of Input)

Example

fdk-extension :templates="templates" />

Was this section helpful?