Preparing search index...
The search index is not available
edocu-sdk
edocu-sdk
OrganizationSettings
Interface OrganizationSettings
interface
OrganizationSettings
{
backgroundStyle
?:
Record
<
string
,
unknown
>
;
features
:
{
appNavigation
?:
{
items
?:
NavigationItem
[]
}
;
element
?:
ElementFeatureSettings
&
{
elementTypeOverrides
?:
Record
<
string
,
ElementFeatureSettings
>
;
}
;
elementTree
?:
ElementTreeSettings
;
graphPerspectives
?:
PerspectiveGraphConfig
[]
;
listing
?:
{
hideTypes
:
string
[]
}
;
navigation
?:
{
hideLiveUpdateIndicator
?:
boolean
;
hideNotifications
?:
boolean
;
hideOrganizationSwitcher
?:
boolean
;
hideSearch
?:
boolean
;
items
?:
NavigationItem
[]
;
logoLink
?:
string
;
logoUrl
?:
string
;
}
;
sidebar
?:
{
style
?:
Record
<
string
,
unknown
>
}
;
}
;
groupOverrides
?:
Record
<
string
,
Partial
<
Omit
<
OrganizationSettings
,
"groupOverrides"
>
>
,
>
;
isAdmin
?:
boolean
;
organization
:
string
;
theme
?:
Partial
<
SimpleTheme
>
;
widgetConfig
?:
Record
<
WidgetType
,
Record
<
string
,
unknown
>
>
;
}
Index
Properties
background
Style?
features
group
Overrides?
is
Admin?
organization
theme?
widget
Config?
Properties
Optional
background
Style
backgroundStyle
?:
Record
<
string
,
unknown
>
features
features
:
{
appNavigation
?:
{
items
?:
NavigationItem
[]
}
;
element
?:
ElementFeatureSettings
&
{
elementTypeOverrides
?:
Record
<
string
,
ElementFeatureSettings
>
;
}
;
elementTree
?:
ElementTreeSettings
;
graphPerspectives
?:
PerspectiveGraphConfig
[]
;
listing
?:
{
hideTypes
:
string
[]
}
;
navigation
?:
{
hideLiveUpdateIndicator
?:
boolean
;
hideNotifications
?:
boolean
;
hideOrganizationSwitcher
?:
boolean
;
hideSearch
?:
boolean
;
items
?:
NavigationItem
[]
;
logoLink
?:
string
;
logoUrl
?:
string
;
}
;
sidebar
?:
{
style
?:
Record
<
string
,
unknown
>
}
;
}
Optional
group
Overrides
groupOverrides
?:
Record
<
string
,
Partial
<
Omit
<
OrganizationSettings
,
"groupOverrides"
>
>
,
>
Optional
is
Admin
isAdmin
?:
boolean
organization
organization
:
string
Optional
theme
theme
?:
Partial
<
SimpleTheme
>
Optional
widget
Config
widgetConfig
?:
Record
<
WidgetType
,
Record
<
string
,
unknown
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
Style
features
group
Overrides
is
Admin
organization
theme
widget
Config
edocu-sdk
Loading...