settingDefs Readonly
settingDefs: ReadonlyMap<string, SettingSchema>
The map of each individual registered SettingSchema defining a Setting, accessed by its fully-qualified name (including its schemaPrefix). Schemas in this map may include an extends property referring to a registered type definition. Use resolveSchema to obtain the fully expanded schema.
Defined in
Last Updated: 29 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.