freeboard
Preparing search index...
api/src/resolvers/dashboardHelpers
buildCollaboratorView
Function buildCollaboratorView
buildCollaboratorView
(
dashboard
:
DashboardLike
,
)
:
Promise
<
{
userId
:
string
|
null
;
email
:
string
|
null
;
accessLevel
:
string
;
isOwner
:
boolean
;
}
[]
,
>
Parameters
dashboard
:
DashboardLike
Returns
Promise
<
{
userId
:
string
|
null
;
email
:
string
|
null
;
accessLevel
:
string
;
isOwner
:
boolean
;
}
[]
,
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
freeboard
Loading...