ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > SerializedPlugin

SerializedPlugin type

The serialized representation of a plugin. When the key & args form is given, the args will be given as parameters to the plugin when deserializing it.

Signature:

export declare type SerializedPlugin = PluginKey | {
    args?: {
        [a in PluginParameterName]: any;
    };
    key: PluginKey;
};
  • SerializedPlugin type
Copyright © 2023 ActiveViam