Skip to content

@lands.io/mod-sdk / ModHudV1PanelStyle

Interface: ModHudV1PanelStyle

Table of contents

Properties

Properties

checklist

Optional checklist: boolean


highlightKeywords

Optional highlightKeywords: string[]


variant

Optional variant: ModHudPanelVariant


Source Code

View full implementation
export interface ModHudV1PanelStyle {
  variant?: ModHudPanelVariant;
  checklist?: boolean;
  highlightKeywords?: string[];
}