Documentation
Preparing search index...
@saltcorn/types
model-abstracts/abstract_field
AbstractField
Interface AbstractField
interface
AbstractField
{
attributes
:
any
;
fieldview
?:
string
;
form_name
?:
string
;
id
?:
PrimaryKeyValue
;
input_type
:
InputType
;
is_fkey
:
boolean
;
label
:
string
;
name
:
string
;
pretty_type
?:
string
;
primary_key
?:
boolean
;
reftable_name
?:
string
;
required
?:
boolean
;
sourceURL
?:
string
;
type_name
?:
string
;
}
Implemented by
Field
Index
Properties
attributes
fieldview?
form_
name?
id?
input_
type
is_
fkey
label
name
pretty_
type?
primary_
key?
reftable_
name?
required?
source
URL?
type_
name?
Properties
attributes
attributes
:
any
Optional
fieldview
fieldview
?:
string
Optional
form_
name
form_name
?:
string
Optional
id
id
?:
PrimaryKeyValue
input_
type
input_type
:
InputType
is_
fkey
is_fkey
:
boolean
label
label
:
string
name
name
:
string
Optional
pretty_
type
pretty_type
?:
string
Optional
primary_
key
primary_key
?:
boolean
Optional
reftable_
name
reftable_name
?:
string
Optional
required
required
?:
boolean
Optional
source
URL
sourceURL
?:
string
Optional
type_
name
type_name
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
fieldview
form_
name
id
input_
type
is_
fkey
label
name
pretty_
type
primary_
key
reftable_
name
required
source
URL
type_
name
Documentation
Loading...