Skip to content

Documentation / @finchart/core / PluginHost

Interface: PluginHost<Self>

Defined in: packages/core/src/plot/capabilities.ts:285

확장을 설치할 수 있다. 호스트마다 자기 자신을 빌려준다. PlotPane이 둘 다 구현한다 — pane에 붙는 확장은 그 pane의 생명주기에 묶여야 하기 때문이다.

Extended by

Type Parameters

Self

Self

Methods

use()

use<Api>(plugin): Api

Defined in: packages/core/src/plot/capabilities.ts:286

Type Parameters

Api

Api extends PluginApi

Parameters

plugin

Plugin<Self, Api>

Returns

Api