@logseq/libs
Preparing search index...
SettingSchemaDesc
Type Alias SettingSchemaDesc
type
SettingSchemaDesc
=
{
default
:
string
|
number
|
boolean
|
any
[]
|
object
|
null
;
description
:
string
;
enumChoices
?:
string
[]
;
enumPicker
?:
"select"
|
"radio"
|
"checkbox"
;
inputAs
?:
"color"
|
"date"
|
"datetime-local"
|
"range"
|
"textarea"
;
key
:
string
;
title
:
string
;
type
:
"string"
|
"number"
|
"boolean"
|
"enum"
|
"object"
|
"heading"
;
}
Index
Properties
default
description
enum
Choices?
enum
Picker?
input
As?
key
title
type
Properties
default
default
:
string
|
number
|
boolean
|
any
[]
|
object
|
null
description
description
:
string
Optional
enum
Choices
enumChoices
?:
string
[]
Optional
enum
Picker
enumPicker
?:
"select"
|
"radio"
|
"checkbox"
Optional
input
As
inputAs
?:
"color"
|
"date"
|
"datetime-local"
|
"range"
|
"textarea"
key
key
:
string
title
title
:
string
type
type
:
"string"
|
"number"
|
"boolean"
|
"enum"
|
"object"
|
"heading"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
description
enum
Choices
enum
Picker
input
As
key
title
type
@logseq/libs
Loading...