Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddonSettingsItem

Interface describing the expected shape for a config object that adds a new item to the settings view via the 'preferencesMenuItems' filter hook

Hierarchy

  • AddonSettingsItem

Index

Properties

displayName

displayName: string

onApply

onApply: () => void

Type declaration

    • (): void
    • Returns void

path

path: string

sections

sections: FC | PreferencesSection[]

Optional sectionsProps

sectionsProps: GenericObject

Generated using TypeDoc