AppliedPlugin: {
    alias: string;
    connections: ManifestoConnection;
    inputs: { [key: string]: object };
    links?: ManifestoLink;
    name: string;
    pluginVersionId: string;
    stackVersionId: string;
    type: string;
}

Type declaration

  • alias: string

    Plugin Alias

  • connections: ManifestoConnection
  • inputs: { [key: string]: object }
  • Optionallinks?: ManifestoLink
  • name: string

    Plugin Name

  • pluginVersionId: string

    Plugin Version Id

  • stackVersionId: string

    Stack Version Id

  • type: string

    Plugin Type