OpenApiUrlTreeNode.MermaidNodeStyles Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Dictionary that maps a set of HTTP methods to HTML color. Keys are sorted, uppercased, concatenated HTTP methods.
public static readonly System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.OpenApi.Services.MermaidNodeStyle> MermaidNodeStyles;
staticval mutable MermaidNodeStyles : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.OpenApi.Services.MermaidNodeStyle>
Public Shared ReadOnly MermaidNodeStyles As IReadOnlyDictionary(Of String, MermaidNodeStyle)