diff options
Diffstat (limited to 'docs/content/en/methods/menu-entry/KeyName.md')
-rw-r--r-- | docs/content/en/methods/menu-entry/KeyName.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/content/en/methods/menu-entry/KeyName.md b/docs/content/en/methods/menu-entry/KeyName.md index 409cb31d6..d614a5a87 100644 --- a/docs/content/en/methods/menu-entry/KeyName.md +++ b/docs/content/en/methods/menu-entry/KeyName.md @@ -1,12 +1,12 @@ --- title: KeyName -description: Returns the `identifier` property of the given menu entry, falling back to its `name` property. +description: Returns the `identifier` property of the given menu entry, falling back to its `name` property. categories: [] keywords: [] -action: - related: [] - returnType: string - signatures: [MENUENTRY.KeyName] +params: + functions_and_methods: + returnType: string + signatures: [MENUENTRY.KeyName] --- In this menu definition, the second entry does not contain an `identifier`, so the `Identifier` method returns its `name` property instead: |