Documentation - v19.2.0-dev
    Preparing search index...

    Hierarchy

    • PluginBaseClass
      • ViewportPlugin
    Index

    Constructors

    Properties

    frameAlertController: FrameAlertController = ...
    name: string

    Display name of the plugin

    settings: {
        disableToolbar: BooleanController;
        showObjectHierarchyBanner: BooleanController;
        showToolbar: BooleanController;
        treeViewPageSize: NumberController;
    }

    Plugin settings

    Type Declaration

    • disableToolbar: BooleanController

      Whether to disable the toolbar (if any added)

      false
      
    • showObjectHierarchyBanner: BooleanController

      Whether the selected object hierarchy banner is open by default

      false
      
    • showToolbar: BooleanController

      Whether to show the toolbar (if any added)

      true
      
    • treeViewPageSize: NumberController

      Default number of children displayed per parent in the tree view, also the size of added children

      30
      

      1

      30

    spotlight: Spotlight = ...
    viewer: Viewer
    widgetController: WidgetController = ...
    wrappers: ObservableSet<FunctionComponent<{}>> = ...

    Methods

    • Returns void

    • List of plugins this plugin depends on

      Returns readonly "Viewport"[]

    • Indicates whether the plugin has settings

      Returns boolean

    • Called when the plugin is registered in the viewer.

      Returns void

    • Called when the plugin is unregistred from the viewer.

      Returns void