Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
API.Interface
IFrontProjectsItem
Interface IFrontProjectsItem
interface
IFrontProjectsItem
{
archived
?:
boolean
;
avatar
?:
Buffer
;
createddate
:
Date
;
description
?:
string
;
geometries
:
never
[]
;
groups
:
Pick
<
IGroupWithData
<
"name"
[]
>
,
"id"
|
"name"
>
[]
;
history
?:
undefined
;
id
:
string
;
lastaccess
:
Date
;
owners
:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
;
public
?:
undefined
;
simulations
:
string
[]
;
title
:
string
;
users
:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
;
workspace
:
string
;
}
Hierarchy (
View Summary
)
IProjectWithData
<
(
|
"archived"
|
"title"
|
"description"
|
"createddate"
|
"lastaccess"
|
"avatar"
|
"owners"
|
"users"
|
"groups"
|
"simulations"
|
"workspace"
)
[]
,
>
IFrontProjectsItem
Index
Properties
archived?
avatar?
createddate
description?
geometries
groups
history?
id
lastaccess
owners
public?
simulations
title
users
workspace
Properties
Optional
archived
archived
?:
boolean
Optional
avatar
avatar
?:
Buffer
createddate
createddate
:
Date
Optional
description
description
?:
string
geometries
geometries
:
never
[]
groups
groups
:
Pick
<
IGroupWithData
<
"name"
[]
>
,
"id"
|
"name"
>
[]
Optional
history
history
?:
undefined
id
id
:
string
lastaccess
lastaccess
:
Date
owners
owners
:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
Optional
public
public
?:
undefined
simulations
simulations
:
string
[]
title
title
:
string
users
users
:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
workspace
workspace
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
archived
avatar
createddate
description
geometries
groups
history
id
lastaccess
owners
public
simulations
title
users
workspace
Tanatloc documentation
Loading...