Documentation
Preparing search index...
@saltcorn/types
base_types
PluginType
Type Alias PluginType
type
PluginType
=
{
attributes
?:
(
arg0
:
any
)
=>
Attribute
[]
|
Attribute
[]
;
fieldviews
:
Record
<
string
,
FieldView
>
;
name
:
string
;
presets
?:
(
[]
:
any
)
=>
any
;
readFromDB
?:
(
arg0
:
any
)
=>
any
;
readFromFormRecord
?:
(
[arg0, arg1]
:
[
arg0
:
any
,
arg1
:
string
]
)
=>
any
;
sqlName
:
string
;
validate
?:
(
arg0
:
any
)
=>
(
arg0
:
any
)
=>
boolean
;
}
Index
Properties
attributes?
fieldviews
name
presets?
read
From
DB?
read
From
Form
Record?
sql
Name
validate?
Properties
Optional
attributes
attributes
?:
(
arg0
:
any
)
=>
Attribute
[]
|
Attribute
[]
fieldviews
fieldviews
:
Record
<
string
,
FieldView
>
name
name
:
string
Optional
presets
presets
?:
(
[]
:
any
)
=>
any
Optional
read
From
DB
readFromDB
?:
(
arg0
:
any
)
=>
any
Optional
read
From
Form
Record
readFromFormRecord
?:
(
[arg0, arg1]
:
[
arg0
:
any
,
arg1
:
string
]
)
=>
any
sql
Name
sqlName
:
string
Optional
validate
validate
?:
(
arg0
:
any
)
=>
(
arg0
:
any
)
=>
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
fieldviews
name
presets
read
From
DB
read
From
Form
Record
sql
Name
validate
Documentation
Loading...