Skip to content

Interface: DsmPlugin

Properties

install

ts
install: (DomainStateClass) => void;

DomainState 클래스를 인자로 받아 prototype 또는 정적 멤버를 확장하는 함수.

Parameters

DomainStateClass

typeof DomainState

Returns

void

Released under the ISC License.