mirror of https://github.com/Lissy93/dashy.git
34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
# Untitled undefined type in Dashy Config Schema Schema
|
|
|
|
```txt
|
|
https://example.com/schemas/abstract#/properties/sections/items/properties/items/items/properties/target
|
|
```
|
|
|
|
Opening method, when item is clicked
|
|
|
|
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :------------------------------------------------------------------------------------- |
|
|
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [dashy-config.schema.json*](../../out/dashy-config.schema.json "open original schema") |
|
|
|
|
## target Type
|
|
|
|
unknown
|
|
|
|
## target Constraints
|
|
|
|
**enum**: the value of this property must be equal to one of the following values:
|
|
|
|
| Value | Explanation |
|
|
| :---------- | :---------- |
|
|
| `"newtab"` | |
|
|
| `"sametab"` | |
|
|
| `"iframe"` | |
|
|
|
|
## target Default Value
|
|
|
|
The default value is:
|
|
|
|
```json
|
|
"newtab"
|
|
```
|