ThreePipe
    Preparing search index...

    Class AViewerPlugin<TE, TViewer, IsSync>Abstract

    Base Class for Viewer Plugins

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _viewer?: TViewer
    _viewerListeners: PartialRecord<IViewerEventTypes, (e: IViewerEvent) => void> = {}
    constructor: typeof AViewerPlugin

    The initial value of Object.prototype.constructor is the standard built-in Object constructor.

    enabled: boolean
    uiConfig?: UiObjectConfig<any, string, any> = undefined
    OldPluginType?: string
    PluginType: string = 'AViewerPlugin'

    Accessors

    Methods