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 5c66956 commit a076511Copy full SHA for a076511
src/types.ts
@@ -23,9 +23,10 @@ export type SettingSelector = {
23
* The label filter to apply when querying Azure App Configuration for key-values.
24
*
25
* @remarks
26
- * By default, the "null label" will be used, matching key-values without a label.
27
* The characters asterisk `*` and comma `,` are not supported.
28
* Backslash `\` character is reserved and must be escaped using another backslash `\`.
+ *
29
+ * @defaultValue `LabelFilter.Null`, matching key-values without a label.
30
*/
31
labelFilter?: string
32
};
0 commit comments