Interface PluginIconDefinition

interface PluginIconDefinition {
    fontCharacter: string;
    fontColor: string;
    fontId: string;
    fontSize: string;
    iconPath: string;
}

Properties

fontCharacter: string
fontColor: string
fontId: string
fontSize: string
iconPath: string