ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > PluginDescriptionWithType

PluginDescriptionWithType type

A PluginDescription with an additional type property.

Signature:

export declare type PluginDescriptionWithType = PluginDescription & {
    type: PluginType;
};
  • PluginDescriptionWithType type
Copyright © 2019 ActiveViam