Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Plugins<C_MAP>

Component plugin.

Type parameters

  • C_MAP: Object

Hierarchy

  • Plugins

Index

Properties

plugins

plugins: Readonly<{}>

Description of the component plugin.

Methods

getPluginContext

  • getPluginContext<K>(kind: K): any | undefined
  • Gets the context of the component plugin.

    Type parameters

    • K: string

    Parameters

    • kind: K

      The type of the component plugin.

    Returns any | undefined

setPluginContext

  • setPluginContext<K>(kind: K, context: any): void
  • Sets the context of the component plugin.

    Type parameters

    • K: string

    Parameters

    • kind: K

      The type of the component plugin.

    • context: any

      The context of the component plugin.

    Returns void