Experimental settings BETA tag (#509)

* Add BETA tag for experimental setting

* Mark node searchbox impl as experimental

* nit
This commit is contained in:
Chenlei Hu
2024-08-18 13:04:37 -04:00
committed by GitHub
parent add2f9baa0
commit 19681fd43d
5 changed files with 11 additions and 5 deletions

View File

@@ -43,4 +43,5 @@ export interface SettingParams {
// default category from id.
// Note: Like id, category value need to be unique.
category?: string[]
experimental?: boolean
}