@univerjsthread-comment-uiclassesUniverthreadcommentuiplugin

@univerjs/thread-comment-ui v0.5.0-beta.1Docs


Class: UniverThreadCommentUIPlugin

Plug-in base class, all plug-ins must inherit from this base class. Provide basic methods.

Extends

Constructors

new UniverThreadCommentUIPlugin()

new UniverThreadCommentUIPlugin(
   _config, 
   _injector, 
   _commandService, 
   _configService): UniverThreadCommentUIPlugin

Parameters

ParameterTypeDefault value
_configPartial<IUniverThreadCommentUIConfig>defaultPluginConfig
_injectorInjectorundefined
_commandServiceICommandServiceundefined
_configServiceIConfigServiceundefined

Returns

UniverThreadCommentUIPlugin

Overrides

Plugin.constructor

Defined in

thread-comment-ui/src/plugin.ts:31

Properties

PropertyModifierTypeDefault valueOverridesInherited fromDefined in
_commandServiceprotectedICommandServiceundefined--thread-comment-ui/src/plugin.ts:34
_disposedprotectedbooleanfalse-Plugin._disposedcore/src/shared/lifecycle.ts:93
_injectorprotectedInjectorundefined-Plugin._injectorthread-comment-ui/src/plugin.ts:33
pluginNamestaticstringPLUGIN_NAMEPlugin.pluginName-thread-comment-ui/src/plugin.ts:28
typestaticUniverInstanceTypeUniverInstanceType.UNIVER_UNKNOWNPlugin.type-thread-comment-ui/src/plugin.ts:29

Methods

dispose()

dispose(): void

Returns

void

Inherited from

Plugin.dispose

Defined in

core/src/shared/lifecycle.ts:106


disposeWithMe()

disposeWithMe(disposable): IDisposable

Parameters

ParameterType
disposableDisposableLike

Returns

IDisposable

Inherited from

Plugin.disposeWithMe

Defined in

core/src/shared/lifecycle.ts:96


ensureNotDisposed()

protected ensureNotDisposed(): void

Returns

void

Inherited from

Plugin.ensureNotDisposed

Defined in

core/src/shared/lifecycle.ts:100


getPluginName()

getPluginName(): string

Returns

string

Inherited from

Plugin.getPluginName

Defined in

core/src/services/plugin/plugin.ts:59


getUniverInstanceType()

getUniverInstanceType(): UniverInstanceType

Returns

UniverInstanceType

Inherited from

Plugin.getUniverInstanceType

Defined in

core/src/services/plugin/plugin.ts:55


onReady()

onReady(): void

Returns

void

Inherited from

Plugin.onReady

Defined in

core/src/services/plugin/plugin.ts:43


onRendered()

onRendered(): void

Returns

void

Inherited from

Plugin.onRendered

Defined in

core/src/services/plugin/plugin.ts:47


onStarting()

onStarting(): void

Returns

void

Overrides

Plugin.onStarting

Defined in

thread-comment-ui/src/plugin.ts:47


onSteady()

onSteady(): void

Returns

void

Inherited from

Plugin.onSteady

Defined in

core/src/services/plugin/plugin.ts:51