Table of Contents

Class PluginManifestUiDto

Namespace
Builvero.Application.DTOs.Plugin
Assembly
Builvero.Application.dll

UI extension points configuration.

public class PluginManifestUiDto
Inheritance
PluginManifestUiDto
Inherited Members

Properties

ExtensionPoints

Gets or sets the list of extension points with their iframe paths.

[JsonPropertyName("extensionPoints")]
public Dictionary<string, string> ExtensionPoints { get; set; }

Property Value

Dictionary<string, string>
UI extension points configuration.