mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +00:00
rename enum and add multiselect
This commit is contained in:
@@ -3,9 +3,9 @@ import { BuilderExtract, IBuilder } from "./builder";
|
||||
import { Config } from ".";
|
||||
|
||||
/**
|
||||
* Used in the the Value.enum { @link './value.ts' }
|
||||
* to indicate the type of enums variants that are available. The key for the record passed in will be the
|
||||
* key to the tag.id in the Value.enum
|
||||
* Used in the the Value.select { @link './value.ts' }
|
||||
* to indicate the type of select variants that are available. The key for the record passed in will be the
|
||||
* key to the tag.id in the Value.select
|
||||
```ts
|
||||
export const pruningSettingsVariants = Variants.of({
|
||||
"disabled": disabled,
|
||||
|
||||
Reference in New Issue
Block a user