We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b724eae commit e49925aCopy full SHA for e49925a
1 file changed
src/views/Settings/PolicyWorkbench/types.ts
@@ -93,8 +93,8 @@ export type PolicyTargetOption = {
93
export type PolicySettingDefinition<K extends PolicySettingKey = PolicySettingKey> = {
94
key: K
95
title: string
96
+ context?: string
97
description: string
- menuHint: string
98
editor: Component
99
createEmptyValue: (scope: PolicyScope) => PolicySettingValueMap[K]
100
summarizeValue: (value: PolicySettingValueMap[K]) => string
@@ -104,8 +104,8 @@ export type PolicySettingDefinition<K extends PolicySettingKey = PolicySettingKe
104
export type PolicySettingSummary = {
105
key: PolicySettingKey
106
107
108
109
defaultSummary: string
110
groupCount: number
111
userCount: number
0 commit comments