Documentation
Preparing search index...
@saltcorn/types
model-abstracts/abstract_view
AbstractView
Interface AbstractView
interface
AbstractView
{
attributes
?:
any
;
configuration
?:
any
;
connected_objects
:
()
=>
Promise
<
ConnectedObjects
>
;
id
?:
number
;
min_role
:
number
;
name
:
string
;
table_name
?:
string
;
viewtemplate
:
string
;
getTags
()
:
Promise
<
AbstractTag
[]
>
;
}
Implemented by
View
Index
Properties
attributes?
configuration?
connected_
objects
id?
min_
role
name
table_
name?
viewtemplate
Methods
get
Tags
Properties
Optional
attributes
attributes
?:
any
Optional
configuration
configuration
?:
any
connected_
objects
connected_objects
:
()
=>
Promise
<
ConnectedObjects
>
Optional
id
id
?:
number
min_
role
min_role
:
number
name
name
:
string
Optional
table_
name
table_name
?:
string
viewtemplate
viewtemplate
:
string
Methods
get
Tags
getTags
()
:
Promise
<
AbstractTag
[]
>
Returns
Promise
<
AbstractTag
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
configuration
connected_
objects
id
min_
role
name
table_
name
viewtemplate
Methods
get
Tags
Documentation
Loading...