Appearance
internal
Enumerations
AccessTypeEnum
public- Publicrestricted- Restrictedpersonal- Personal
Enumeration Members
| Enumeration Member | Value |
|---|---|
PERSONAL | "personal" |
PUBLIC | "public" |
RESTRICTED | "restricted" |
CanvasExcludedComponentTypesEnum
Enumeration Members
| Enumeration Member | Value |
|---|---|
File | "File" |
GridItem | "GridItem" |
Root | "Root" |
Slide | "Slide" |
CanvasThemeStatus
Enumeration Members
| Enumeration Member | Value |
|---|---|
DRAFT | "draft" |
READY | "ready" |
CollaborationRoleEnum
Enumeration Members
| Enumeration Member | Value |
|---|---|
EDITOR | "editor" |
VIEWER | "viewer" |
ComponentTypes
Enumeration Members
ContentGridLayoutTypes
Enumeration Members
| Enumeration Member | Value |
|---|---|
CAROUSEL | "carousel" |
GRID | "grid" |
LIST | "list" |
ContentType
Enumeration Members
| Enumeration Member | Value |
|---|---|
Application | "application" |
Block | "block" |
Collection | "collection" |
CoreFolderEntityType
Enumeration Members
| Enumeration Member | Value |
|---|---|
Block | "canvas_block" |
Canvas | "canvas" |
File | "file" |
Section | "canvas_section" |
Template | "canvas_template" |
DownloadTypeEnum
automatic- Automaticmandatory- Mandatoryondemand- On Demand
Enumeration Members
| Enumeration Member | Value |
|---|---|
AUTOMATIC | "automatic" |
MANDATORY | "mandatory" |
ONDEMAND | "ondemand" |
EventExternalObjectContentTypeEnum
event- Eventopportunity- Opportunityaccount- Accountother- Other
Enumeration Members
| Enumeration Member | Value |
|---|---|
ACCOUNT | "account" |
EVENT | "event" |
OPPORTUNITY | "opportunity" |
OTHER | "other" |
EventStatusEnum
planned- Plannedexecuted- Executedcanceled- Canceled
Enumeration Members
| Enumeration Member | Value |
|---|---|
CANCELED | "canceled" |
EXECUTED | "executed" |
PLANNED | "planned" |
FileContentTypeEnum
ar- ARfont- Fontimage- Imagepdf- PDFvideo- Videoweb- Web
Enumeration Members
| Enumeration Member | Value |
|---|---|
AR | "ar" |
FONT | "font" |
IMAGE | "image" |
PDF | "pdf" |
VIDEO | "video" |
WEB | "web" |
FileStatusEnum
pending- Pendingviewable- Viewablefailed- Failed
Enumeration Members
| Enumeration Member | Value |
|---|---|
FAILED | "failed" |
PENDING | "pending" |
VIEWABLE | "viewable" |
FileTypeEnum
app- Appasset- Assetcontent- Content
Enumeration Members
| Enumeration Member | Value |
|---|---|
APP | "app" |
ASSET | "asset" |
CONTENT | "content" |
GridLayoutTypes
Enumeration Members
| Enumeration Member | Value |
|---|---|
FOUR_EQUAL | "four-equal" |
ONE | "one" |
THREE_EQUAL | "three-equal" |
TWO_EQUAL | "two-equal" |
TWO_LEFT | "two-left" |
TWO_RIGHT | "two-right" |
InstanceMembershipRoleEnum
admin- Admineditor- Editormember- Member
Enumeration Members
| Enumeration Member | Value |
|---|---|
ADMIN | "admin" |
EDITOR | "editor" |
MEMBER | "member" |
LanguageEnum
en- Englishde- Deutschpl- Polskitr- Türkçe
Enumeration Members
| Enumeration Member | Value |
|---|---|
DE | "de" |
EN | "en" |
PL | "pl" |
TR | "tr" |
LinkAlignmentTypes
Enumeration Members
| Enumeration Member | Value |
|---|---|
CENTER | "center" |
LEFT | "left" |
RIGHT | "right" |
LinkAnchorTypes
Enumeration Members
| Enumeration Member | Value |
|---|---|
CANVAS_ANCHOR | "canvas-anchor" |
FILE | "file" |
WEB | "web" |
LinkPreviewTypes
Enumeration Members
| Enumeration Member | Value |
|---|---|
OUTLINE_BUTTON | "outline-button" |
SOLID_BUTTON | "solid-button" |
TEXT_LINK | "text-link" |
MetadataTemplateFieldTypeEnum
text- Textnumber- Numberdate- Dateselect- Dropdown - Single Selectmulti-select- Dropdown - Multiple Selectcheckbox- Checkbox
Enumeration Members
| Enumeration Member | Value |
|---|---|
CHECKBOX | "checkbox" |
DATE | "date" |
MULTI_SELECT | "multi-select" |
NUMBER | "number" |
SELECT | "select" |
TEXT | "text" |
MultimediaHorizontalAlignmentOptions
Enumeration Members
| Enumeration Member | Value |
|---|---|
CENTER | "center" |
LEFT | "left" |
RIGHT | "right" |
OperatorEnum
exact- exactiexact- iexactcontains- containsicontains- icontainsin- ingt- gtgte- gtelt- ltlte- ltestartswith- startswithistartswith- istartswithendswith- endswithiendswith- iendswithrange- rangedate- dateyear- yeariso_year- iso_yearmonth- monthday- dayweek- weekweek_day- week_dayiso_week_day- iso_week_dayquarter- quartertime- timehour- hourminute- minutesecond- secondisnull- isnullregex- regexiregex- iregex
Enumeration Members
StorageRegionEnum
au- Australiaeu- EUus- US
Enumeration Members
| Enumeration Member | Value |
|---|---|
AU | "au" |
EU | "eu" |
US | "us" |
UserRoleEnum
admin- Adminmember- Memberdeveloper- Developer
Enumeration Members
| Enumeration Member | Value |
|---|---|
ADMIN | "admin" |
DEVELOPER | "developer" |
MEMBER | "member" |
Classes
EventEmitter<KeyMap>
Extended by
Type Parameters
| Type Parameter |
|---|
KeyMap extends EventMap |
Implements
Emitter<KeyMap>
Constructors
new EventEmitter()
new EventEmitter<
KeyMap>():EventEmitter<KeyMap>
Returns
EventEmitter<KeyMap>
Properties
| Property | Type | Default value |
|---|---|---|
listeners | object | {} |
Methods
emit()
emit<
Key>(eventName,data?):void
Type Parameters
| Type Parameter |
|---|
Key extends string |
Parameters
| Parameter | Type |
|---|---|
eventName | Key |
data? | KeyMap[Key] |
Returns
void
Implementation of
off()
off<
Key>(eventName,fn):void
Type Parameters
| Type Parameter |
|---|
Key extends string |
Parameters
| Parameter | Type |
|---|---|
eventName | Key |
fn | EventReceiver<KeyMap[Key]> |
Returns
void
Implementation of
on()
on<
Key>(eventName,fn):void
Type Parameters
| Type Parameter |
|---|
Key extends string |
Parameters
| Parameter | Type |
|---|---|
eventName | Key |
fn | EventReceiver<KeyMap[Key]> |
Returns
void
Implementation of
LowLevelApi
Extends
Implements
Constructors
new LowLevelApi()
new LowLevelApi(
options?):LowLevelApi
Parameters
| Parameter | Type |
|---|---|
options? | ApiOptions |
Returns
Overrides
Properties
| Property | Type | Default value | Inherited from |
|---|---|---|---|
callbacks | object | undefined | - |
listeners | object | {} | EventEmitter.listeners |
Methods
emit()
emit<
Key>(eventName,data?):void
Type Parameters
| Type Parameter |
|---|
Key extends "event" |
Parameters
| Parameter | Type |
|---|---|
eventName | Key |
data? | ApiEventMap[Key] |
Returns
void
Implementation of
Inherited from
off()
off<
Key>(eventName,fn):void
Type Parameters
| Type Parameter |
|---|
Key extends "event" |
Parameters
| Parameter | Type |
|---|---|
eventName | Key |
fn | EventReceiver<ApiEventMap[Key]> |
Returns
void
Implementation of
Inherited from
on()
on<
Key>(eventName,fn):void
Type Parameters
| Type Parameter |
|---|
Key extends "event" |
Parameters
| Parameter | Type |
|---|---|
eventName | Key |
fn | EventReceiver<ApiEventMap[Key]> |
Returns
void
Implementation of
Inherited from
request()
request(
type,body):Promise<any>
Parameters
| Parameter | Type | Default value |
|---|---|---|
type | string | undefined |
body | null | object | null |
Returns
Promise<any>
Implementation of
Interfaces
CanvasIndicator
Properties
| Property | Type |
|---|---|
background_color? | string |
color? | string |
icon | string |
key | string |
text | string |
tooltip_text? | string |
type? | "default" | "error" | "info" | "warning" | "success" | "primary" |
CanvasThemeAsset
Properties
| Property | Type |
|---|---|
id | string |
name | string |
url | string |
CanvasThemeRetrieve
Properties
| Property | Type |
|---|---|
assets? | CanvasThemeAsset[] |
created_at | string |
created_by | User |
id | string |
instance_id | string |
is_default | boolean |
logo? | CanvasThemeAsset |
modified_at | string |
modified_by? | User |
name | string |
owned_by | User |
settings | CanvasThemeSettings |
status | CanvasThemeStatus |
typography | Record<string, CanvasTypographyPreset> |
used_in_canvases_count? | number |
CanvasThemeSettings
Properties
| Property | Type |
|---|---|
assets? | CanvasThemeAsset[] |
background_color | string |
component_spacing | number |
palette | string[] |
CarouselProps
Properties
| Property | Type |
|---|---|
images? | object[] |
include_all_images_in_pdf? | boolean |
placeholder_height? | string |
ComponentNode<T>
Type Parameters
| Type Parameter | Default type |
|---|---|
T | AvailableComponentProps |
Properties
| Property | Type |
|---|---|
allow_admins_to_overwrite? | boolean |
autofill? | "off" | "ai" | "matching_metadata" | "matching_tags" | "matching_metadata_or_tags" |
autofill_content_types? | null | FileContentTypeEnum[] |
children? | ComponentNode<AvailableComponentProps>[] |
data? | T |
height? | string |
id | string |
is_sharebox_target? | boolean |
linkable? | ComponentNodeLinkable |
print? | ComponentNodePrint |
style? | Record<string, any> |
tags? | string[] |
theme_meta? | ComponentNodeThemeMeta |
tracking_id | string |
type | ComponentTypes |
visible? | ComponentNodeVisible |
when_used_in_section? | object |
when_used_in_section.is_editable | boolean |
when_used_in_section.is_removable | boolean |
ComponentNodeDynamicDataTableThemeMeta
Extends
Properties
| Property | Type | Inherited from |
|---|---|---|
bg_color_palette_index? | number | ComponentNodeGenericThemeMeta.bg_color_palette_index |
dt_group_header_bg_palette_index? | number | - |
dt_header_bg_palette_index? | number | - |
ComponentNodeGenericThemeMeta
Extended by
Properties
| Property | Type |
|---|---|
bg_color_palette_index? | number |
ComponentNodeLinkable
Properties
| Property | Type |
|---|---|
linkable_in_templates | boolean |
ComponentNodeMultimediaThemeMeta
Extends
Properties
| Property | Type | Inherited from |
|---|---|---|
bg_color_palette_index? | number | ComponentNodeGenericThemeMeta.bg_color_palette_index |
is_theme_logo? | boolean | - |
theme_asset_index? | number | - |
ComponentNodePrint
Properties
| Property | Type |
|---|---|
scale_to_fit_page? | boolean |
ComponentNodeVisible
Properties
| Property | Type |
|---|---|
edit_mode | boolean |
pdf | boolean |
presentation_mode | boolean |
web | boolean |
ContentGridProps
Properties
| Property | Type |
|---|---|
data_accessor? | string |
items | (ContentGridItemSlideProps | ContentGridItemFileProps)[] |
layout_type? | ContentGridLayoutTypes |
size? | "medium" |
ContentListProps
Properties
| Property | Type |
|---|---|
animation_in? | string |
is_restricted_to_preselections? | boolean |
sections | ContentListSection[] |
selection_app_name? | string |
selection_strategy? | "app" | "free" | "single" | "at-least-one" |
ContentListSection
Properties
| Property | Type |
|---|---|
component_id | string |
file_id? | string |
id | string |
page_index? | number |
sequence? | number |
type | "file" | "section" |
CoreFolderRetrieve
Properties
| Property | Type |
|---|---|
access_type | "private" | "public" |
breadcrumbs | object[] |
created_at | string |
created_by | MiniUser |
files_count | number |
folders_count | number |
id | string |
instance_id | string |
metadata | Record<string, any> |
modified_at | string |
modified_by | null | MiniUser |
name | string |
owned_by | MiniUser |
parent_id | null | string |
path | string |
CustomDataTableHierarchyLevel
Properties
| Property | Type |
|---|---|
group_by_key? | string |
path | string |
type | "group" | "data" |
CustomDataTableProps
Properties
| Property | Type |
|---|---|
columns | DynamicDatatableProperty[] |
enable_row_striping? | boolean |
filters? | DynamicDatatableFilter[] |
footer_path? | string |
header_path? | string |
hierarchy | CustomDataTableHierarchyLevel[] |
striping_color? | null | string |
striping_start_from_first? | boolean |
theme? | object |
theme.background_color? | null | string |
theme.font_family? | string |
theme.group_header_color? | null | string |
DeviceFile
Properties
| Property | Type |
|---|---|
name | string |
path | string |
size | number |
type | string |
DeviceFileCreateRequest
Extends
Omit<FileCreateRequest,"content">
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
access_type? | AccessTypeEnum | - | Omit.access_type |
app_metadata? | Record<string, any> | - | Omit.app_metadata |
content_upload_id? | string | - | Omit.content_upload_id |
download_type? | DownloadTypeEnum | - | Omit.download_type |
expires_at? | null | string | - | Omit.expires_at |
folder_id? | string | - | Omit.folder_id |
instance_id | string | - | Omit.instance_id |
is_asset? | boolean | Deprecated: Please use the 'type' field instead. This field is maintained for backward compatibility and may be removed in future releases. | Omit.is_asset |
metadata? | Record<string, any> | - | Omit.metadata |
name? | string | - | Omit.name |
owned_by_id? | null | number | - | Omit.owned_by_id |
path | string | - | - |
permissions? | FilePermissionRequest | - | Omit.permissions |
tags? | string[] | - | Omit.tags |
thumbnail? | Blob | - | Omit.thumbnail |
thumbnail_upload_id? | string | - | Omit.thumbnail_upload_id |
type? | FileTypeEnum | - | Omit.type |
url? | string | - | Omit.url |
DynamicDatatableFilter
Properties
| Property | Type |
|---|---|
operator | "true" | "false" | "contains" | "not_contains" | "eq" | "neq" | "gt" | "gte" | "lt" | "lte" |
property | string |
value | string |
DynamicDatatableProperty
Properties
DynamicDataTableProps
Properties
| Property | Type |
|---|---|
break_groups_on_new_page? | boolean |
enable_row_striping? | boolean |
filters? | DynamicDatatableFilter[] |
layout | "column" | "row" |
page_size? | number |
path | string |
properties | DynamicDatatableProperty[] |
striping_color? | null | string |
striping_start_from_first? | boolean |
theme? | object |
theme.background_color? | null | string |
theme.font_family? | string |
theme.group_header_color? | null | string |
EmbeddableProps
Properties
| Property | Type |
|---|---|
app_name | string |
embed_locations? | EmbedLocation[] |
file | null | ContentGridFileProps |
full_screen_mode? | boolean |
headless_locations? | EmbedLocation[] |
height? | string |
properties_by_embed_location? | Partial<Record<EmbedLocation, EmbeddedLocationProperties>> |
settings? | Record<string, unknown> |
src | null | string |
type | "app" |
width? | string |
Emitter<KeyMap>
Extended by
Type Parameters
| Type Parameter |
|---|
KeyMap extends EventMap |
Methods
emit()
emit<
Key>(eventName,params):void
Type Parameters
| Type Parameter |
|---|
Key extends string |
Parameters
| Parameter | Type |
|---|---|
eventName | Key |
params | KeyMap[Key] |
Returns
void
off()
off<
Key>(eventName,fn):void
Type Parameters
| Type Parameter |
|---|
Key extends string |
Parameters
| Parameter | Type |
|---|---|
eventName | Key |
fn | EventReceiver<KeyMap[Key]> |
Returns
void
on()
on<
Key>(eventName,fn):void
Type Parameters
| Type Parameter |
|---|
Key extends string |
Parameters
| Parameter | Type |
|---|---|
eventName | Key |
fn | EventReceiver<KeyMap[Key]> |
Returns
void
FileModel
Extends
Properties
| Property | Modifier | Type | Description | Inherited from |
|---|---|---|---|---|
access_type? | public | AccessTypeEnum | - | FileRetrieve.access_type |
app_metadata? | public | Record<string, any> | - | FileRetrieve.app_metadata |
content_extension | readonly | null | string | - | FileRetrieve.content_extension |
content_length | readonly | null | number | - | FileRetrieve.content_length |
content_thumbnails | readonly | string[] | - | FileRetrieve.content_thumbnails |
content_type | readonly | FileContentTypeEnum | - | FileRetrieve.content_type |
content_url | readonly | null | string | - | FileRetrieve.content_url |
created_at | readonly | string | - | FileRetrieve.created_at |
created_by | readonly | MiniUser | - | FileRetrieve.created_by |
download_type? | public | DownloadTypeEnum | - | FileRetrieve.download_type |
expires_at? | public | null | string | - | FileRetrieve.expires_at |
folder | readonly | MiniFolder | - | FileRetrieve.folder |
folder_id? | public | string | - | FileRetrieve.folder_id |
global_id | readonly | string | - | FileRetrieve.global_id |
id | readonly | string | - | FileRetrieve.id |
instance_id | readonly | string | - | FileRetrieve.instance_id |
isDeleted | public | boolean | - | - |
metadata? | public | Record<string, any> | - | FileRetrieve.metadata |
modified_at | readonly | string | - | FileRetrieve.modified_at |
modified_by | readonly | MiniUser | - | FileRetrieve.modified_by |
name? | public | string | - | FileRetrieve.name |
original_extension | readonly | null | string | - | FileRetrieve.original_extension |
original_url | readonly | null | string | - | FileRetrieve.original_url |
owned_by | readonly | MiniUser | - | FileRetrieve.owned_by |
permissions? | public | FilePermission | - | FileRetrieve.permissions |
pspdfkit_auth_payload | readonly | null | Record<string, any> | - | FileRetrieve.pspdfkit_auth_payload |
pspdfkit_document_id | readonly | null | string | - | FileRetrieve.pspdfkit_document_id |
pspdfkit_server_url | readonly | null | string | - | FileRetrieve.pspdfkit_server_url |
published_at | readonly | null | string | - | FileRetrieve.published_at |
role | readonly | CollaborationRoleEnum | Deprecated: Please use the 'permissions' field instead. This field is maintained for backward compatibility and may be removed in future releases. | FileRetrieve.role |
shared_link | readonly | MiniSharedLink | - | FileRetrieve.shared_link |
size | readonly | null | number | - | FileRetrieve.size |
status | readonly | FileStatusEnum | - | FileRetrieve.status |
tags? | public | string[] | - | FileRetrieve.tags |
thumbnail_url | readonly | null | string | - | FileRetrieve.thumbnail_url |
type | readonly | FileTypeEnum | - | FileRetrieve.type |
version | readonly | FileVersion | - | FileRetrieve.version |
zip_size | readonly | null | number | - | FileRetrieve.zip_size |
zip_url | readonly | null | string | - | FileRetrieve.zip_url |
GetCanvasesParams
Properties
GetFavoritesParams
Properties
| Property | Type |
|---|---|
ordering? | string |
page_size? | number |
search? | string |
GetUsersParams
Parameters for getting users
Properties
| Property | Type | Description |
|---|---|---|
filters? | Ref<any, any> | Filters for the user query, can be any type of Vue ref |
search? | string | Ref<string, string> | Search term, can be a string or a Vue ref to a string |
GridItemProps
Properties
| Property | Type |
|---|---|
span | number |
tooltips? | GridItemTooltipProps[] |
GridItemTooltipProps
Properties
| Property | Type |
|---|---|
content? | string |
content_style? | Record<string, any> |
trigger? | string |
trigger_style? | Record<string, any> |
GridProps
Properties
| Property | Type |
|---|---|
columns | number |
layout_type | GridLayoutTypes |
HtmlProps
Properties
| Property | Type |
|---|---|
html | string |
IFrameProps
Properties
| Property | Type |
|---|---|
add_session_context? | boolean |
full_screen_mode? | boolean |
height? | string |
src | null | string |
width? | string |
LinkProps
Properties
| Property | Type |
|---|---|
alignment? | LinkAlignmentTypes |
background_color? | string |
canvas_anchor? | string |
color? | string |
display_text? | string |
file? | null | Partial<File> & object |
font_family? | string |
font_size? | number |
link_type? | LinkAnchorTypes |
page_index? | number |
preview_type? | LinkPreviewTypes |
target? | "_self" | "_blank" |
url? | string |
OrganizationMetadata
Properties
| Property | Type |
|---|---|
custom_domain? | string |
disable_web_catalogiq? | boolean | "true" | "false" |
owner? | string |
PageBreakProps
PageProps
Properties
| Property | Type |
|---|---|
aspect_ratio? | "unlocked" | "contain" | "16:9" | "16:10" | "4:3" | "1:1" |
background_video_url? | string |
PitcherInstance
Extends
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
color? | public | null | string | Omit.color |
created_at | readonly | string | Omit.created_at |
created_by | readonly | MiniUser | Omit.created_by |
environment | readonly | MiniEnvironment | Omit.environment |
id | readonly | string | Omit.id |
last_login | readonly | string | Omit.last_login |
logo? | public | null | string | Omit.logo |
modified_at | readonly | string | Omit.modified_at |
modified_by | readonly | MiniUser | Omit.modified_by |
name | public | string | Omit.name |
owned_by | readonly | MiniUser | Omit.owned_by |
region | readonly | MiniRegion | Omit.region |
role | readonly | InstanceMembershipRoleEnum | Omit.role |
settings? | readonly | InstanceSettings | - |
storage_region | readonly | StorageRegionEnum | Omit.storage_region |
PitcherOrg
Extends
Omit<Organization,"metadata"|"settings">
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
branding | readonly | OrganizationBranding | Omit.branding |
display_name | readonly | string | Omit.display_name |
id | readonly | string | Omit.id |
metadata | readonly | OrganizationMetadata | - |
name | readonly | string | Omit.name |
settings | readonly | OrganizationSettings | - |
RefreshServiceTokenRequest
Request parameters for refreshing a service token
Properties
| Property | Type | Description |
|---|---|---|
provider? | string | Optional provider for the service token |
RefreshServiceTokenResponse
Response from refreshing a service token
Properties
| Property | Type | Description |
|---|---|---|
access_token | string | The new access token |
SectionListProps
Properties
| Property | Type |
|---|---|
animation_in? | string |
is_restricted_to_preselections? | boolean |
sections | SectionListSection[] |
selection_app_name? | string |
selection_strategy? | "app" | "free" | "single" | "at-least-one" |
SectionListSection
Properties
| Property | Type |
|---|---|
aspect_ratio? | "unlocked" | "contain" | "16:9" | "16:10" | "4:3" | "1:1" |
background_video_url? | string |
id | string |
style? | Record<string, any> |
TextProps
Properties
| Property | Type |
|---|---|
content? | string |
TimelineEvent
Properties
| Property | Type |
|---|---|
card_style? | Record<string, any> |
description? | string |
description_style? | Record<string, any> |
icon? | string |
icon_style? | Record<string, any> |
image_style? | Record<string, any> |
image_url? | string |
title? | string |
title_style? | Record<string, any> |
top_hint? | string |
top_hint_style? | Record<string, any> |
TimelineProps
Properties
| Property | Type |
|---|---|
events | TimelineEvent[] |
layout | "vertical" | "horizontal" |
UpdateLocation
Base interface for update location actions.
Extended by
UpdateLocationOnRegisterUpdateLocationOnUnregisterUpdateLocationOnUpdateUpdateLocationOnMountedUpdateLocationOnRestoreUpdateLocationOnRestoreCompletedUpdateLocationOnGetRoutesRequestUpdateLocationOnGetRoutesResponse
Properties
| Property | Type | Description |
|---|---|---|
action | string | The action to be performed. |
Type Aliases
Account
Account:
object
Type declaration
id?
optionalid:string
name?
optionalname:string
AccountRequest
AccountRequest:
object
Type declaration
id?
optionalid:string
name?
optionalname:string
Agenda
Agenda:
object
Type declaration
filters?
optionalfilters:Record<string,any>
groups
groups:
AgendaGroup[]
name
name:
string
AgendaGroup
AgendaGroup:
object
Type declaration
id
id:
string
items
items:
AgendaItem[]
name
name:
string
AgendaItem
AgendaItem:
object
Type declaration
content
content:
CollectionPlayer
id
id:
string
type
type:
ValuesOf<ContentType>
AgendaSelectorProps
AgendaSelectorProps:
object
Type declaration
attachTo?
optionalattachTo:string|HTMLElement
initialAgenda?
optionalinitialAgenda:Agenda
openSettings?
optionalopenSettings:CollectionSelectorProps["openSettings"]
selectCollectionContent
selectCollectionContent:
SelectCollectionContent
zIndex?
optionalzIndex:number
AllFileCreateRequest
AllFileCreateRequest:
FileCreateRequest|DeviceFileCreateRequest
AssetSelection
AssetSelection:
object
Type declaration
fileId
fileId:
FileRetrieve["id"]
type
type:
"asset"
AutohideSectionOnCreated
AutohideSectionOnCreated:
object
Type declaration
autohide_in_shared_link?
optionalautohide_in_shared_link:string
start_date?
optionalstart_date:Date
AvailableComponentProps
AvailableComponentProps:
GridProps|GridItemProps|TextProps|CarouselProps|MultimediaProps|EmbeddableProps|ContentGridProps|SectionListProps|ContentListProps|HtmlProps|IFrameProps|LinkProps|PageBreakProps|PageProps|TimelineProps|CollectionPlayer|DynamicDataTableProps|CustomDataTableProps
BackgroundSize
BackgroundSize:
"auto"|"contain"|"cover"|"100% 100%"
Canvas
Canvas:
object
Type declaration
access_type?
optionalaccess_type:AccessTypeEnum
account?
optionalaccount:Account|null
created_at
readonlycreated_at:string
created_by
readonlycreated_by:MiniUser
expires_at?
optionalexpires_at:string|null
folder_id?
optionalfolder_id:string|null
id
readonlyid:string
indicators?
optionalindicators:Record<string,any> |null
is_block?
optionalis_block:boolean
is_default?
optionalis_default:boolean
is_draft?
optionalis_draft:boolean
is_editable?
optionalis_editable:boolean
is_section?
optionalis_section:boolean
is_template?
optionalis_template:boolean
metadata?
optionalmetadata:any
modified_at
readonlymodified_at:string
modified_by
readonlymodified_by:MiniUser
name
name:
string
owned_by
readonlyowned_by:MiniUser
shared_link
readonlyshared_link:MiniSharedLink
start_at?
optionalstart_at:string|null
tags?
optionaltags:string[]
template
readonlytemplate:MiniCanvas
thumbnail_url?
optionalthumbnail_url:string|null
CanvasComponentAvailability
CanvasComponentAvailability:
object
Type declaration
Block
Block:
boolean
Carousel
Carousel:
boolean
CollectionPlayer
CollectionPlayer:
boolean
ContentGrid
ContentGrid:
boolean
ContentList
ContentList:
boolean
CustomDataTable
CustomDataTable:
boolean
DataCharts
DataCharts:
boolean
DynamicDataTable
DynamicDataTable:
boolean
Embeddable
Embeddable:
boolean
Grid
Grid:
boolean
Html
Html:
boolean
IFrame
IFrame:
boolean
Link
Link:
boolean
Multimedia
Multimedia:
boolean
Page
Page:
boolean
PageBreak
PageBreak:
boolean
Scribble
Scribble:
boolean
SectionList
SectionList:
boolean
Text
Text:
boolean
Timeline
Timeline:
boolean
CanvasComponentAvailabilityRoles
CanvasComponentAvailabilityRoles:
object
Type declaration
Block
Block:
object
Block.admin?
optionaladmin:boolean
Block.rep?
optionalrep:boolean
Carousel
Carousel:
object
Carousel.admin?
optionaladmin:boolean
Carousel.rep?
optionalrep:boolean
CollectionPlayer
CollectionPlayer:
object
CollectionPlayer.admin?
optionaladmin:boolean
CollectionPlayer.rep?
optionalrep:boolean
ContentGrid
ContentGrid:
object
ContentGrid.admin?
optionaladmin:boolean
ContentGrid.rep?
optionalrep:boolean
ContentList
ContentList:
object
ContentList.admin?
optionaladmin:boolean
ContentList.rep?
optionalrep:boolean
CustomDataTable
CustomDataTable:
object
CustomDataTable.admin?
optionaladmin:boolean
CustomDataTable.rep?
optionalrep:boolean
DataCharts
DataCharts:
object
DataCharts.admin?
optionaladmin:boolean
DataCharts.rep?
optionalrep:boolean
DynamicDataTable
DynamicDataTable:
object
DynamicDataTable.admin?
optionaladmin:boolean
DynamicDataTable.rep?
optionalrep:boolean
Embeddable
Embeddable:
object
Embeddable.admin?
optionaladmin:boolean
Embeddable.rep?
optionalrep:boolean
Grid
Grid:
object
Grid.admin?
optionaladmin:boolean
Grid.rep?
optionalrep:boolean
Html
Html:
object
Html.admin?
optionaladmin:boolean
Html.rep?
optionalrep:boolean
IFrame
IFrame:
object
IFrame.admin?
optionaladmin:boolean
IFrame.rep?
optionalrep:boolean
Link
Link:
object
Link.admin?
optionaladmin:boolean
Link.rep?
optionalrep:boolean
Multimedia
Multimedia:
object
Multimedia.admin?
optionaladmin:boolean
Multimedia.rep?
optionalrep:boolean
Page
Page:
object
Page.admin?
optionaladmin:boolean
Page.rep?
optionalrep:boolean
PageBreak
PageBreak:
object
PageBreak.admin?
optionaladmin:boolean
PageBreak.rep?
optionalrep:boolean
Scribble
Scribble:
object
Scribble.admin?
optionaladmin:boolean
Scribble.rep?
optionalrep:boolean
SectionList
SectionList:
object
SectionList.admin?
optionaladmin:boolean
SectionList.rep?
optionalrep:boolean
Text
Text:
object
Text.admin?
optionaladmin:boolean
Text.rep?
optionalrep:boolean
Timeline
Timeline:
object
Timeline.admin?
optionaladmin:boolean
Timeline.rep?
optionalrep:boolean
CanvasComponentTypes
CanvasComponentTypes:
object
Type declaration
[iterator]()
[iterator]: () =>
StringIterator<string>
Iterator
Returns
StringIterator<string>
anchor()
anchor: (
name) =>string
Returns an <a> HTML anchor element and sets the name attribute to the text value
Parameters
| Parameter | Type | Description |
|---|---|---|
name | string |
Returns
string
Deprecated
A legacy feature for browser compatibility
at()
at: (
index) =>undefined|string
Returns a new String consisting of the single UTF-16 code unit located at the specified index.
Parameters
| Parameter | Type | Description |
|---|---|---|
index | number | The zero-based index of the desired code unit. A negative index will count back from the last item. |
Returns
undefined | string
big()
big: () =>
string
Returns a <big> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
blink()
blink: () =>
string
Returns a <blink> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
bold()
bold: () =>
string
Returns a <b> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
charAt()
charAt: (
pos) =>string
Returns the character at the specified index.
Parameters
| Parameter | Type | Description |
|---|---|---|
pos | number | The zero-based index of the desired character. |
Returns
string
charCodeAt()
charCodeAt: (
index) =>number
Returns the Unicode value of the character at the specified location.
Parameters
| Parameter | Type | Description |
|---|---|---|
index | number | The zero-based index of the desired character. If there is no character at the specified index, NaN is returned. |
Returns
number
codePointAt()
codePointAt: (
pos) =>undefined|number
Returns a nonnegative integer Number less than 1114112 (0x110000) that is the code point value of the UTF-16 encoded code point starting at the string element at position pos in the String resulting from converting this object to a String. If there is no element at that position, the result is undefined. If a valid UTF-16 surrogate pair does not begin at pos, the result is the code unit at pos.
Parameters
| Parameter | Type |
|---|---|
pos | number |
Returns
undefined | number
concat()
concat: (...
strings) =>string
Returns a string that contains the concatenation of two or more strings.
Parameters
| Parameter | Type | Description |
|---|---|---|
...strings | string[] | The strings to append to the end of the string. |
Returns
string
endsWith()
endsWith: (
searchString,endPosition?) =>boolean
Returns true if the sequence of elements of searchString converted to a String is the same as the corresponding elements of this object (converted to a String) starting at endPosition – length(this). Otherwise returns false.
Parameters
| Parameter | Type |
|---|---|
searchString | string |
endPosition? | number |
Returns
boolean
fixed()
fixed: () =>
string
Returns a <tt> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
fontcolor()
fontcolor: (
color) =>string
Returns a <font> HTML element and sets the color attribute value
Parameters
| Parameter | Type |
|---|---|
color | string |
Returns
string
Deprecated
A legacy feature for browser compatibility
fontsize()
fontsize: (
size) =>string(size) =>string
Returns a <font> HTML element and sets the size attribute value
Parameters
| Parameter | Type |
|---|---|
size | number |
Returns
string
Deprecated
A legacy feature for browser compatibility
Returns a <font> HTML element and sets the size attribute value
Parameters
| Parameter | Type |
|---|---|
size | string |
Returns
string
Deprecated
A legacy feature for browser compatibility
includes()
includes: (
searchString,position?) =>boolean
Returns true if searchString appears as a substring of the result of converting this object to a String, at one or more positions that are greater than or equal to position; otherwise, returns false.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchString | string | search string |
position? | number | If position is undefined, 0 is assumed, so as to search all of the String. |
Returns
boolean
indexOf()
indexOf: (
searchString,position?) =>number
Returns the position of the first occurrence of a substring.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchString | string | The substring to search for in the string |
position? | number | The index at which to begin searching the String object. If omitted, search starts at the beginning of the string. |
Returns
number
isWellFormed()
isWellFormed: () =>
boolean
Returns true if all leading surrogates and trailing surrogates appear paired and in order.
Returns
boolean
italics()
italics: () =>
string
Returns an <i> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
lastIndexOf()
lastIndexOf: (
searchString,position?) =>number
Returns the last occurrence of a substring in the string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchString | string | The substring to search for. |
position? | number | The index at which to begin searching. If omitted, the search begins at the end of the string. |
Returns
number
length
length:
number
link()
link: (
url) =>string
Returns an <a> HTML element and sets the href attribute value
Parameters
| Parameter | Type |
|---|---|
url | string |
Returns
string
Deprecated
A legacy feature for browser compatibility
localeCompare()
localeCompare: (
that) =>number(that,locales?,options?) =>number(that,locales?,options?) =>number
Determines whether two strings are equivalent in the current locale.
Parameters
| Parameter | Type | Description |
|---|---|---|
that | string | String to compare to target string |
Returns
number
Determines whether two strings are equivalent in the current or specified locale.
Parameters
| Parameter | Type | Description |
|---|---|---|
that | string | String to compare to target string |
locales? | string | string[] | A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used. This parameter must conform to BCP 47 standards; see the Intl.Collator object for details. |
options? | CollatorOptions | An object that contains one or more properties that specify comparison options. see the Intl.Collator object for details. |
Returns
number
Determines whether two strings are equivalent in the current or specified locale.
Parameters
| Parameter | Type | Description |
|---|---|---|
that | string | String to compare to target string |
locales? | LocalesArgument | A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used. This parameter must conform to BCP 47 standards; see the Intl.Collator object for details. |
options? | CollatorOptions | An object that contains one or more properties that specify comparison options. see the Intl.Collator object for details. |
Returns
number
match()
match: (
regexp) =>null|RegExpMatchArray(matcher) =>null|RegExpMatchArray
Matches a string with a regular expression, and returns an array containing the results of that search.
Parameters
| Parameter | Type | Description |
|---|---|---|
regexp | string | RegExp | A variable name or string literal containing the regular expression pattern and flags. |
Returns
null | RegExpMatchArray
Matches a string or an object that supports being matched against, and returns an array containing the results of that search, or null if no matches are found.
Parameters
| Parameter | Type | Description |
|---|---|---|
matcher | {} | An object that supports being matched against. |
Returns
null | RegExpMatchArray
matchAll()
matchAll: (
regexp) =>RegExpStringIterator<RegExpExecArray>
Matches a string with a regular expression, and returns an iterable of matches containing the results of that search.
Parameters
| Parameter | Type | Description |
|---|---|---|
regexp | RegExp | A variable name or string literal containing the regular expression pattern and flags. |
Returns
RegExpStringIterator<RegExpExecArray>
normalize()
normalize: (
form) =>string(form?) =>string
Returns the String value result of normalizing the string into the normalization form named by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.
Parameters
| Parameter | Type | Description |
|---|---|---|
form | "NFC" | "NFD" | "NFKC" | "NFKD" | Applicable values: "NFC", "NFD", "NFKC", or "NFKD", If not specified default is "NFC" |
Returns
string
Returns the String value result of normalizing the string into the normalization form named by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.
Parameters
| Parameter | Type | Description |
|---|---|---|
form? | string | Applicable values: "NFC", "NFD", "NFKC", or "NFKD", If not specified default is "NFC" |
Returns
string
padEnd()
padEnd: (
maxLength,fillString?) =>string
Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length. The padding is applied from the end (right) of the current string.
Parameters
| Parameter | Type | Description |
|---|---|---|
maxLength | number | The length of the resulting string once the current string has been padded. If this parameter is smaller than the current string's length, the current string will be returned as it is. |
fillString? | string | The string to pad the current string with. If this string is too long, it will be truncated and the left-most part will be applied. The default value for this parameter is " " (U+0020). |
Returns
string
padStart()
padStart: (
maxLength,fillString?) =>string
Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length. The padding is applied from the start (left) of the current string.
Parameters
| Parameter | Type | Description |
|---|---|---|
maxLength | number | The length of the resulting string once the current string has been padded. If this parameter is smaller than the current string's length, the current string will be returned as it is. |
fillString? | string | The string to pad the current string with. If this string is too long, it will be truncated and the left-most part will be applied. The default value for this parameter is " " (U+0020). |
Returns
string
repeat()
repeat: (
count) =>string
Returns a String value that is made from count copies appended together. If count is 0, the empty string is returned.
Parameters
| Parameter | Type | Description |
|---|---|---|
count | number | number of copies to append |
Returns
string
replace()
replace: (
searchValue,replaceValue) =>string(searchValue,replacer) =>string(searchValue,replaceValue) =>string(searchValue,replacer) =>string
Replaces text in a string, using a regular expression or search string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | string | RegExp | A string or regular expression to search for. |
replaceValue | string | A string containing the text to replace. When the searchValue is a RegExp, all matches are replaced if the g flag is set (or only those matches at the beginning, if the y flag is also present). Otherwise, only the first match of searchValue is replaced. |
Returns
string
Replaces text in a string, using a regular expression or search string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | string | RegExp | A string to search for. |
replacer | (substring, ...args) => string | A function that returns the replacement text. |
Returns
string
Passes a string and replaceValue to the [Symbol.replace] method on searchValue. This method is expected to implement its own replacement algorithm.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | {} | An object that supports searching for and replacing matches within a string. |
replaceValue | string | The replacement text. |
Returns
string
Replaces text in a string, using an object that supports replacement within a string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | {} | A object can search for and replace matches within a string. |
replacer | (substring, ...args) => string | A function that returns the replacement text. |
Returns
string
replaceAll()
replaceAll: (
searchValue,replaceValue) =>string(searchValue,replacer) =>string
Replace all instances of a substring in a string, using a regular expression or search string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | string | RegExp | A string to search for. |
replaceValue | string | A string containing the text to replace for every successful match of searchValue in this string. |
Returns
string
Replace all instances of a substring in a string, using a regular expression or search string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | string | RegExp | A string to search for. |
replacer | (substring, ...args) => string | A function that returns the replacement text. |
Returns
string
search()
search: (
regexp) =>number(searcher) =>number
Finds the first substring match in a regular expression search.
Parameters
| Parameter | Type | Description |
|---|---|---|
regexp | string | RegExp | The regular expression pattern and applicable flags. |
Returns
number
Finds the first substring match in a regular expression search.
Parameters
| Parameter | Type | Description |
|---|---|---|
searcher | {} | An object which supports searching within a string. |
Returns
number
slice()
slice: (
start?,end?) =>string
Returns a section of a string.
Parameters
| Parameter | Type | Description |
|---|---|---|
start? | number | The index to the beginning of the specified portion of stringObj. |
end? | number | The index to the end of the specified portion of stringObj. The substring includes the characters up to, but not including, the character indicated by end. If this value is not specified, the substring continues to the end of stringObj. |
Returns
string
small()
small: () =>
string
Returns a <small> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
split()
split: (
separator,limit?) =>string[](splitter,limit?) =>string[]
Split a string into substrings using the specified separator and return them as an array.
Parameters
| Parameter | Type | Description |
|---|---|---|
separator | string | RegExp | A string that identifies character or characters to use in separating the string. If omitted, a single-element array containing the entire string is returned. |
limit? | number | A value used to limit the number of elements returned in the array. |
Returns
string[]
Split a string into substrings using the specified separator and return them as an array.
Parameters
| Parameter | Type | Description |
|---|---|---|
splitter | {} | An object that can split a string. |
limit? | number | A value used to limit the number of elements returned in the array. |
Returns
string[]
startsWith()
startsWith: (
searchString,position?) =>boolean
Returns true if the sequence of elements of searchString converted to a String is the same as the corresponding elements of this object (converted to a String) starting at position. Otherwise returns false.
Parameters
| Parameter | Type |
|---|---|
searchString | string |
position? | number |
Returns
boolean
strike()
strike: () =>
string
Returns a <strike> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
sub()
sub: () =>
string
Returns a <sub> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
substr()
substr: (
from,length?) =>string
Gets a substring beginning at the specified location and having the specified length.
Parameters
| Parameter | Type | Description |
|---|---|---|
from | number | The starting position of the desired substring. The index of the first character in the string is zero. |
length? | number | The number of characters to include in the returned substring. |
Returns
string
Deprecated
A legacy feature for browser compatibility
substring()
substring: (
start,end?) =>string
Returns the substring at the specified location within a String object.
Parameters
| Parameter | Type | Description |
|---|---|---|
start | number | The zero-based index number indicating the beginning of the substring. |
end? | number | Zero-based index number indicating the end of the substring. The substring includes the characters up to, but not including, the character indicated by end. If end is omitted, the characters from start through the end of the original string are returned. |
Returns
string
sup()
sup: () =>
string
Returns a <sup> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
toLocaleLowerCase()
toLocaleLowerCase: (
locales?) =>string(locales?) =>string
Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.
Parameters
| Parameter | Type |
|---|---|
locales? | string | string[] |
Returns
string
Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.
Parameters
| Parameter | Type |
|---|---|
locales? | LocalesArgument |
Returns
string
toLocaleUpperCase()
toLocaleUpperCase: (
locales?) =>string(locales?) =>string
Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.
Parameters
| Parameter | Type |
|---|---|
locales? | string | string[] |
Returns
string
Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.
Parameters
| Parameter | Type |
|---|---|
locales? | LocalesArgument |
Returns
string
toLowerCase()
toLowerCase: () =>
string
Converts all the alphabetic characters in a string to lowercase.
Returns
string
toString()
toString: () =>
string
Returns a string representation of a string.
Returns
string
toUpperCase()
toUpperCase: () =>
string
Converts all the alphabetic characters in a string to uppercase.
Returns
string
toWellFormed()
toWellFormed: () =>
string
Returns a string where all lone or out-of-order surrogates have been replaced by the Unicode replacement character (U+FFFD).
Returns
string
trim()
trim: () =>
string
Removes the leading and trailing white space and line terminator characters from a string.
Returns
string
trimEnd()
trimEnd: () =>
string
Removes the trailing white space and line terminator characters from a string.
Returns
string
trimLeft()
trimLeft: () =>
string
Removes the leading white space and line terminator characters from a string.
Returns
string
Deprecated
A legacy feature for browser compatibility. Use trimStart instead
trimRight()
trimRight: () =>
string
Removes the trailing white space and line terminator characters from a string.
Returns
string
Deprecated
A legacy feature for browser compatibility. Use trimEnd instead
trimStart()
trimStart: () =>
string
Removes the leading white space and line terminator characters from a string.
Returns
string
valueOf()
valueOf: () =>
string
Returns the primitive value of the specified object.
Returns
string
CanvasCreateRequest
CanvasCreateRequest:
object
Type declaration
access_type?
optionalaccess_type:AccessTypeEnum
account?
optionalaccount:AccountRequest|null
content?
optionalcontent:Record<string,any>
context?
optionalcontext:any
expires_at?
optionalexpires_at:string|null
folder_id?
optionalfolder_id:string|null
id?
optionalid:string
indicators?
optionalindicators:Record<string,any> |null
instance_id
instance_id:
string
is_block?
optionalis_block:boolean
is_default?
optionalis_default:boolean
is_draft?
optionalis_draft:boolean
is_editable?
optionalis_editable:boolean
is_section?
optionalis_section:boolean
is_template?
optionalis_template:boolean
metadata?
optionalmetadata:any
name
name:
string
owned_by_id?
optionalowned_by_id:number|null
start_at?
optionalstart_at:string|null
tags?
optionaltags:string[]
template_id?
optionaltemplate_id:string|null
theme?
optionaltheme:Record<string,any> |null
thumbnail_url?
optionalthumbnail_url:string|null
CanvasExcludedComponentTypes
CanvasExcludedComponentTypes: keyof typeof
CanvasExcludedComponentTypesEnum
CanvasManagerTableColumns
CanvasManagerTableColumns:
object
Type declaration
canvas_templates
canvas_templates:
CanvasManagerVisibility
canvases
canvases:
CanvasManagerVisibility
section_templates
section_templates:
CanvasManagerVisibility
sections
sections:
CanvasManagerVisibility
CanvasManagerVisibility
CanvasManagerVisibility:
object
Type declaration
hide
hide:
string[]
order
order:
string[]
CanvasRecommendedFile
CanvasRecommendedFile:
object
Type declaration
access_type?
optionalaccess_type:AccessTypeEnum
app_metadata?
optionalapp_metadata:Record<string,any>
content_extension
readonlycontent_extension:string|null
content_length
readonlycontent_length:number|null
content_type
readonlycontent_type:FileContentTypeEnum
content_url
readonlycontent_url:string|null
created_at
readonlycreated_at:string
created_by
readonlycreated_by:MiniUser
download_type?
optionaldownload_type:DownloadTypeEnum
expires_at?
optionalexpires_at:string|null
folder
readonlyfolder:MiniFolder
folder_id?
optionalfolder_id:string
global_id
readonlyglobal_id:string
id
readonlyid:string
instance_id
readonlyinstance_id:string
metadata?
optionalmetadata:Record<string,any>
modified_at
readonlymodified_at:string
modified_by
readonlymodified_by:MiniUser
name?
optionalname:string
original_extension
readonlyoriginal_extension:string|null
original_url
readonlyoriginal_url:string|null
owned_by
readonlyowned_by:MiniUser
permissions?
optionalpermissions:FilePermission
published_at
readonlypublished_at:string|null
role
readonlyrole:CollaborationRoleEnum
Deprecated: Please use the 'permissions' field instead. This field is maintained for backward compatibility and may be removed in future releases.
shared_link
readonlyshared_link:MiniSharedLink
size
readonlysize:number|null
status
readonlystatus:FileStatusEnum
tags?
optionaltags:string[]
thumbnail_url
readonlythumbnail_url:string|null
type
readonlytype:FileTypeEnum
zip_size
readonlyzip_size:number|null
zip_url
readonlyzip_url:string|null
CanvasRecommendedFiles
CanvasRecommendedFiles:
object
Type declaration
recommended_files
recommended_files:
CanvasRecommendedFile[]
CanvasRetrieve
CanvasRetrieve:
object
Type declaration
access_type?
optionalaccess_type:AccessTypeEnum
account?
optionalaccount:Account|null
content?
optionalcontent:Record<string,any>
context?
optionalcontext:any
created_at
readonlycreated_at:string
created_by
readonlycreated_by:MiniUser
events
readonlyevents:MiniEvent[]
expires_at?
optionalexpires_at:string|null
folder_id?
optionalfolder_id:string|null
id
readonlyid:string
indicators?
optionalindicators:Record<string,any> |null
instance_id
instance_id:
string
is_block?
optionalis_block:boolean
is_default?
optionalis_default:boolean
is_draft?
optionalis_draft:boolean
is_editable?
optionalis_editable:boolean
is_section?
optionalis_section:boolean
is_template?
optionalis_template:boolean
metadata?
optionalmetadata:any
modified_at
readonlymodified_at:string
modified_by
readonlymodified_by:MiniUser
name
name:
string
owned_by
readonlyowned_by:MiniUser
sections
readonlysections:CanvasSection[]
shared_link
readonlyshared_link:MiniSharedLink
start_at?
optionalstart_at:string|null
tags?
optionaltags:string[]
template
readonlytemplate:MiniCanvas
theme?
optionaltheme:Record<string,any> |null
thumbnail_url?
optionalthumbnail_url:string|null
CanvasSection
CanvasSection:
object
Serializer used solely for defining the OpenAPI schema in extend_schema_field.
Type declaration
content
content:
Record<string,any>
id
readonlyid:string
is_draft
is_draft:
boolean
metadata?
optionalmetadata:Record<string,any>
name
name:
string
theme?
optionaltheme:Record<string,any> |null
CanvasSelection
CanvasSelection:
object
Type declaration
id
id:
Canvas["id"]
CanvasTypographyPreset
CanvasTypographyPreset:
object
Type declaration
color
color:
string
font_family
font_family:
string
font_size
font_size:
string
font_weight
font_weight:
"400"|"700"
id
letter_spacing
letter_spacing:
string
line_height
line_height:
string
text_transform
text_transform:
"capitalize"|"lowercase"|"none"|"uppercase"
CanvasTypographyPresetId
CanvasTypographyPresetId:
"h_1"|"h_2"|"h_3"|"big_text"|"normal_text"|"small_text"
CollectionFile
CollectionFile:
object
Type declaration
file
file:
CollectionFileEntity
id
id:
string
type
type:
"file"
CollectionFileEntity
CollectionFileEntity:
object
Type declaration
content_type
readonlycontent_type:FileContentTypeEnum
content_url
readonlycontent_url:null|string
id
readonlyid:string
metadata?
optionalmetadata:undefined|Record<string,any>
name?
optionalname:undefined|string
permissions?
optionalpermissions:undefined|FilePermission
pspdfkit_auth_payload
readonlypspdfkit_auth_payload:null|Record<string,any>
pspdfkit_document_id
readonlypspdfkit_document_id:null|string
pspdfkit_server_url
readonlypspdfkit_server_url:null|string
tags?
optionaltags:undefined|string[]
thumbnail_url
readonlythumbnail_url:null|string
type
readonlytype:FileTypeEnum
CollectionGroup
CollectionGroup:
object
Type declaration
id
id:
string
name
name:
string
slides
slides:
CollectionSlide[]
CollectionPage
CollectionPage:
object
Type declaration
file
file:
CollectionFileEntity
id
id:
string
slide
slide:
object
slide.index
index:
number
slide.url
url:
FileRetrieve["thumbnail_url"]
type
type:
"slide"
CollectionPlayer
CollectionPlayer:
object
Type declaration
data_accessor?
optionaldata_accessor:string
filters?
optionalfilters:Record<string,any>
groups
groups:
CollectionGroup[]
hide_footer?
optionalhide_footer:boolean
name
name:
string
CollectionSelectorProps
CollectionSelectorProps:
object
Type declaration
attachTo?
optionalattachTo:string|HTMLElement
closeOnSettings?
optionalcloseOnSettings:boolean
fetchFile()
fetchFile: (
id) =>Promise<FileRetrieve>
Parameters
| Parameter | Type |
|---|---|
id | string |
Returns
fetchFileList
fetchFileList:
FetchFileList
hideClose?
optionalhideClose:boolean
initialData?
optionalinitialData:CollectionPlayer
initialMetadataFilters?
optionalinitialMetadataFilters:Record<string,any>
openSettings()?
optionalopenSettings: () =>void
Returns
void
readonlyName?
optionalreadonlyName:boolean
selectFileContent
selectFileContent:
SelectFileContent
translations?
optionaltranslations:Translations
zIndex?
optionalzIndex:number
CollectionSlide
CollectionSlide:
CollectionPage|CollectionFile
ComponentNodeThemeMeta
ComponentNodeThemeMeta:
ComponentNodeGenericThemeMeta|ComponentNodeDynamicDataTableThemeMeta|ComponentNodeMultimediaThemeMeta
ConnectedService
ConnectedService:
object
Type declaration
access_token?
optionalaccess_token:string
connection_id
connection_id:
string
name
name:
string
provider
provider:
string
type
type:
string
urls?
optionalurls:Record<string,string>
user_id?
optionaluser_id:string
ContentGridCommonFileProps
ContentGridCommonFileProps:
object
Type declaration
content_extension?
optionalcontent_extension:FileRetrieve["content_extension"]
content_type?
optionalcontent_type:FileContentTypeEnum|null
content_url?
optionalcontent_url:FileRetrieve["content_url"]
expires_at?
optionalexpires_at:FileRetrieve["expires_at"]
id
id:
FileRetrieve["id"]
is_deleted?
optionalis_deleted:boolean
name
name:
FileRetrieve["name"]
permissions?
optionalpermissions:FileRetrieve["permissions"]
snapshot_id?
optionalsnapshot_id:FileRetrieve["id"]
tags?
optionaltags:FileRetrieve["tags"]
ContentGridFileProps
ContentGridFileProps:
object
Type declaration
content_extension
content_extension:
null|string
content_length?
readonlyoptionalcontent_length:undefined|null|number
content_thumbnails?
optionalcontent_thumbnails:undefined|null|string[]
content_type
content_url
content_url:
null|string
expires_at
expires_at:
undefined|null|string
id
id:
string
is_deleted
is_deleted:
undefined|boolean
name
name:
undefined|string
permissions
permissions:
undefined|FilePermission
pspdfkit_auth_payload?
readonlyoptionalpspdfkit_auth_payload:undefined|null|Record<string,any>
pspdfkit_server_url?
readonlyoptionalpspdfkit_server_url:undefined|null|string
snapshot_id
snapshot_id:
undefined|string
tags
tags:
undefined|string[]
thumbnail_url?
optionalthumbnail_url:undefined|null|string
ContentGridItemFileProps
ContentGridItemFileProps:
object
Type declaration
file
file:
ContentGridFileProps
type
type:
"file"
ContentGridItemSlideProps
ContentGridItemSlideProps:
object
Type declaration
file
slide
slide:
object
slide.index
index:
number
slide.url?
optionalurl:FileRetrieve["content_thumbnails"][number]
type
type:
"slide"
ContentSelection
ContentSelection:
object
Type declaration
file?
optionalfile:Pick<FileRetrieve,"id"|"name">
fileId
fileId:
FileRetrieve["id"]
name?
optionalname:string
pageIndex?
optionalpageIndex:number
type
type:
"file"|"page"
CoreFolderContentsRetrieve
CoreFolderContentsRetrieve:
object
Type declaration
contents
contents:
CanvasRetrieve[]
folders
folders:
CoreFolderRetrieve[]
id
id:
string
name
name:
string
path?
optionalpath:any[]
EmbeddedLocationProperties
EmbeddedLocationProperties:
object
Type declaration
start_in_loading_mode?
optionalstart_in_loading_mode:boolean
EmbedLocation
EmbedLocation:
"ui_app"|"canvas"|"dsr"|"admin_instance"|"overlay_app"|"canvas_section_execution"|"canvas_drawer"
Enumerate<N, Acc>
Enumerate<
N,Acc>:Acc["length"] extendsN?Acc[number] :Enumerate<N, [...Acc,Acc["length"]]>
Type Parameters
| Type Parameter | Default type |
|---|---|
N extends number | - |
Acc extends number[] | [] |
Event
Event:
object
Type declaration
attendees?
optionalattendees:EventAttendee[]
canvas
readonlycanvas:MiniCanvas
description?
optionaldescription:string
end_at
end_at:
string
external_objects?
optionalexternal_objects:EventExternalObject[]
id?
optionalid:string
location?
optionallocation:string
metadata?
optionalmetadata:any
start_at
start_at:
string
status?
optionalstatus:EventStatusEnum
subject?
optionalsubject:string
EventAttendee
EventAttendee:
object
Type declaration
email
email:
string
full_name?
optionalfull_name:string
title?
optionaltitle:string
EventAttendeeRequest
EventAttendeeRequest:
object
Type declaration
email
email:
string
full_name?
optionalfull_name:string
title?
optionaltitle:string
EventExternalObject
EventExternalObject:
object
Type declaration
connection_id
connection_id:
string
content_type?
optionalcontent_type:EventExternalObjectContentTypeEnum
description?
optionaldescription:string
external_content_type?
optionalexternal_content_type:string
external_object_id
external_object_id:
string
name?
optionalname:string
EventExternalObjectRequest
EventExternalObjectRequest:
object
Type declaration
connection_id
connection_id:
string
content_type?
optionalcontent_type:EventExternalObjectContentTypeEnum
description?
optionaldescription:string
external_content_type?
optionalexternal_content_type:string
external_object_id
external_object_id:
string
name?
optionalname:string
EventKey<KeyMap>
EventKey<
KeyMap>:object
Type Parameters
| Type Parameter |
|---|
KeyMap extends EventMap |
Type declaration
[iterator]()
[iterator]: () =>
StringIterator<string>
Iterator
Returns
StringIterator<string>
anchor()
anchor: (
name) =>string
Returns an <a> HTML anchor element and sets the name attribute to the text value
Parameters
| Parameter | Type | Description |
|---|---|---|
name | string |
Returns
string
Deprecated
A legacy feature for browser compatibility
at
at: (
index) =>undefined|string& (index) =>undefined|string| (index) =>undefined|string| (index) =>undefined|string
Type declaration
(index) => undefined | string & (index) => undefined | string
(index) => undefined | string
Returns a new String consisting of the single UTF-16 code unit located at the specified index.
Parameters
| Parameter | Type | Description |
|---|---|---|
index | number | The zero-based index of the desired code unit. A negative index will count back from the last item. |
Returns
undefined | string
(index) => undefined | string
Returns a new String consisting of the single UTF-16 code unit located at the specified index.
Parameters
| Parameter | Type | Description |
|---|---|---|
index | number | The zero-based index of the desired code unit. A negative index will count back from the last item. |
Returns
undefined | string
big()
big: () =>
string
Returns a <big> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
blink()
blink: () =>
string
Returns a <blink> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
bold()
bold: () =>
string
Returns a <b> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
charAt()
charAt: (
pos) =>string
Returns the character at the specified index.
Parameters
| Parameter | Type | Description |
|---|---|---|
pos | number | The zero-based index of the desired character. |
Returns
string
charCodeAt()
charCodeAt: (
index) =>number
Returns the Unicode value of the character at the specified location.
Parameters
| Parameter | Type | Description |
|---|---|---|
index | number | The zero-based index of the desired character. If there is no character at the specified index, NaN is returned. |
Returns
number
codePointAt
codePointAt: (
pos) =>undefined|number& (pos) =>undefined|number| (pos) =>undefined|number| (pos) =>undefined|number
Type declaration
(pos) => undefined | number & (pos) => undefined | number
(pos) => undefined | number
Returns a nonnegative integer Number less than 1114112 (0x110000) that is the code point value of the UTF-16 encoded code point starting at the string element at position pos in the String resulting from converting this object to a String. If there is no element at that position, the result is undefined. If a valid UTF-16 surrogate pair does not begin at pos, the result is the code unit at pos.
Parameters
| Parameter | Type |
|---|---|
pos | number |
Returns
undefined | number
(pos) => undefined | number
Returns a nonnegative integer Number less than 1114112 (0x110000) that is the code point value of the UTF-16 encoded code point starting at the string element at position pos in the String resulting from converting this object to a String. If there is no element at that position, the result is undefined. If a valid UTF-16 surrogate pair does not begin at pos, the result is the code unit at pos.
Parameters
| Parameter | Type |
|---|---|
pos | number |
Returns
undefined | number
concat()
concat: (...
strings) =>string
Returns a string that contains the concatenation of two or more strings.
Parameters
| Parameter | Type | Description |
|---|---|---|
...strings | string[] | The strings to append to the end of the string. |
Returns
string
endsWith()
endsWith: (
searchString,endPosition?) =>boolean
Returns true if the sequence of elements of searchString converted to a String is the same as the corresponding elements of this object (converted to a String) starting at endPosition – length(this). Otherwise returns false.
Parameters
| Parameter | Type |
|---|---|
searchString | string |
endPosition? | number |
Returns
boolean
fixed()
fixed: () =>
string
Returns a <tt> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
fontcolor()
fontcolor: (
color) =>string
Returns a <font> HTML element and sets the color attribute value
Parameters
| Parameter | Type |
|---|---|
color | string |
Returns
string
Deprecated
A legacy feature for browser compatibility
fontsize
fontsize: (
size) =>string(size) =>string& (size) =>string(size) =>string| (size) =>string(size) =>string| (size) =>string(size) =>string
Type declaration
(size) => string(size) => string & (size) => string(size) => string
(size) => string(size) => string
Returns a <font> HTML element and sets the size attribute value
Parameters
| Parameter | Type |
|---|---|
size | number |
Returns
string
Deprecated
A legacy feature for browser compatibility
Returns a <font> HTML element and sets the size attribute value
Parameters
| Parameter | Type |
|---|---|
size | string |
Returns
string
Deprecated
A legacy feature for browser compatibility
(size) => string(size) => string
Returns a <font> HTML element and sets the size attribute value
Parameters
| Parameter | Type |
|---|---|
size | number |
Returns
string
Deprecated
A legacy feature for browser compatibility
Returns a <font> HTML element and sets the size attribute value
Parameters
| Parameter | Type |
|---|---|
size | string |
Returns
string
Deprecated
A legacy feature for browser compatibility
includes()
includes: (
searchString,position?) =>boolean
Returns true if searchString appears as a substring of the result of converting this object to a String, at one or more positions that are greater than or equal to position; otherwise, returns false.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchString | string | search string |
position? | number | If position is undefined, 0 is assumed, so as to search all of the String. |
Returns
boolean
indexOf()
indexOf: (
searchString,position?) =>number
Returns the position of the first occurrence of a substring.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchString | string | The substring to search for in the string |
position? | number | The index at which to begin searching the String object. If omitted, search starts at the beginning of the string. |
Returns
number
isWellFormed()
isWellFormed: () =>
boolean
Returns true if all leading surrogates and trailing surrogates appear paired and in order.
Returns
boolean
italics()
italics: () =>
string
Returns an <i> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
lastIndexOf()
lastIndexOf: (
searchString,position?) =>number
Returns the last occurrence of a substring in the string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchString | string | The substring to search for. |
position? | number | The index at which to begin searching. If omitted, the search begins at the end of the string. |
Returns
number
length
length:
number
link()
link: (
url) =>string
Returns an <a> HTML element and sets the href attribute value
Parameters
| Parameter | Type |
|---|---|
url | string |
Returns
string
Deprecated
A legacy feature for browser compatibility
localeCompare
localeCompare: (
that) =>number(that,locales?,options?) =>number(that,locales?,options?) =>number& (that) =>number(that,locales?,options?) =>number(that,locales?,options?) =>number| (that) =>number(that,locales?,options?) =>number(that,locales?,options?) =>number| (that) =>number(that,locales?,options?) =>number(that,locales?,options?) =>number
Type declaration
(that) => number(that, locales?, options?) => number(that, locales?, options?) => number & (that) => number(that, locales?, options?) => number(that, locales?, options?) => number
(that) => number(that, locales?, options?) => number(that, locales?, options?) => number
Determines whether two strings are equivalent in the current locale.
Parameters
| Parameter | Type | Description |
|---|---|---|
that | string | String to compare to target string |
Returns
number
Determines whether two strings are equivalent in the current or specified locale.
Parameters
| Parameter | Type | Description |
|---|---|---|
that | string | String to compare to target string |
locales? | string | string[] | A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used. This parameter must conform to BCP 47 standards; see the Intl.Collator object for details. |
options? | CollatorOptions | An object that contains one or more properties that specify comparison options. see the Intl.Collator object for details. |
Returns
number
Determines whether two strings are equivalent in the current or specified locale.
Parameters
| Parameter | Type | Description |
|---|---|---|
that | string | String to compare to target string |
locales? | LocalesArgument | A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used. This parameter must conform to BCP 47 standards; see the Intl.Collator object for details. |
options? | CollatorOptions | An object that contains one or more properties that specify comparison options. see the Intl.Collator object for details. |
Returns
number
(that) => number(that, locales?, options?) => number(that, locales?, options?) => number
Determines whether two strings are equivalent in the current locale.
Parameters
| Parameter | Type | Description |
|---|---|---|
that | string | String to compare to target string |
Returns
number
Determines whether two strings are equivalent in the current or specified locale.
Parameters
| Parameter | Type | Description |
|---|---|---|
that | string | String to compare to target string |
locales? | string | string[] | A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used. This parameter must conform to BCP 47 standards; see the Intl.Collator object for details. |
options? | CollatorOptions | An object that contains one or more properties that specify comparison options. see the Intl.Collator object for details. |
Returns
number
Determines whether two strings are equivalent in the current or specified locale.
Parameters
| Parameter | Type | Description |
|---|---|---|
that | string | String to compare to target string |
locales? | LocalesArgument | A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used. This parameter must conform to BCP 47 standards; see the Intl.Collator object for details. |
options? | CollatorOptions | An object that contains one or more properties that specify comparison options. see the Intl.Collator object for details. |
Returns
number
match
match: (
regexp) =>null|RegExpMatchArray(matcher) =>null|RegExpMatchArray& (regexp) =>null|RegExpMatchArray(matcher) =>null|RegExpMatchArray| (regexp) =>null|RegExpMatchArray(matcher) =>null|RegExpMatchArray| (regexp) =>null|RegExpMatchArray(matcher) =>null|RegExpMatchArray
Type declaration
(regexp) => null | RegExpMatchArray(matcher) => null | RegExpMatchArray & (regexp) => null | RegExpMatchArray(matcher) => null | RegExpMatchArray
(regexp) => null | RegExpMatchArray(matcher) => null | RegExpMatchArray
Matches a string with a regular expression, and returns an array containing the results of that search.
Parameters
| Parameter | Type | Description |
|---|---|---|
regexp | string | RegExp | A variable name or string literal containing the regular expression pattern and flags. |
Returns
null | RegExpMatchArray
Matches a string or an object that supports being matched against, and returns an array containing the results of that search, or null if no matches are found.
Parameters
| Parameter | Type | Description |
|---|---|---|
matcher | {} | An object that supports being matched against. |
Returns
null | RegExpMatchArray
(regexp) => null | RegExpMatchArray(matcher) => null | RegExpMatchArray
Matches a string with a regular expression, and returns an array containing the results of that search.
Parameters
| Parameter | Type | Description |
|---|---|---|
regexp | string | RegExp | A variable name or string literal containing the regular expression pattern and flags. |
Returns
null | RegExpMatchArray
Matches a string or an object that supports being matched against, and returns an array containing the results of that search, or null if no matches are found.
Parameters
| Parameter | Type | Description |
|---|---|---|
matcher | {} | An object that supports being matched against. |
Returns
null | RegExpMatchArray
matchAll()
matchAll: (
regexp) =>RegExpStringIterator<RegExpExecArray>
Matches a string with a regular expression, and returns an iterable of matches containing the results of that search.
Parameters
| Parameter | Type | Description |
|---|---|---|
regexp | RegExp | A variable name or string literal containing the regular expression pattern and flags. |
Returns
RegExpStringIterator<RegExpExecArray>
normalize
normalize: (
form) =>string(form?) =>string& (form) =>string(form?) =>string| (form) =>string(form?) =>string| (form) =>string(form?) =>string
Type declaration
(form) => string(form?) => string & (form) => string(form?) => string
(form) => string(form?) => string
Returns the String value result of normalizing the string into the normalization form named by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.
Parameters
| Parameter | Type | Description |
|---|---|---|
form | "NFC" | "NFD" | "NFKC" | "NFKD" | Applicable values: "NFC", "NFD", "NFKC", or "NFKD", If not specified default is "NFC" |
Returns
string
Returns the String value result of normalizing the string into the normalization form named by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.
Parameters
| Parameter | Type | Description |
|---|---|---|
form? | string | Applicable values: "NFC", "NFD", "NFKC", or "NFKD", If not specified default is "NFC" |
Returns
string
(form) => string(form?) => string
Returns the String value result of normalizing the string into the normalization form named by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.
Parameters
| Parameter | Type | Description |
|---|---|---|
form | "NFC" | "NFD" | "NFKC" | "NFKD" | Applicable values: "NFC", "NFD", "NFKC", or "NFKD", If not specified default is "NFC" |
Returns
string
Returns the String value result of normalizing the string into the normalization form named by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.
Parameters
| Parameter | Type | Description |
|---|---|---|
form? | string | Applicable values: "NFC", "NFD", "NFKC", or "NFKD", If not specified default is "NFC" |
Returns
string
padEnd()
padEnd: (
maxLength,fillString?) =>string
Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length. The padding is applied from the end (right) of the current string.
Parameters
| Parameter | Type | Description |
|---|---|---|
maxLength | number | The length of the resulting string once the current string has been padded. If this parameter is smaller than the current string's length, the current string will be returned as it is. |
fillString? | string | The string to pad the current string with. If this string is too long, it will be truncated and the left-most part will be applied. The default value for this parameter is " " (U+0020). |
Returns
string
padStart()
padStart: (
maxLength,fillString?) =>string
Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length. The padding is applied from the start (left) of the current string.
Parameters
| Parameter | Type | Description |
|---|---|---|
maxLength | number | The length of the resulting string once the current string has been padded. If this parameter is smaller than the current string's length, the current string will be returned as it is. |
fillString? | string | The string to pad the current string with. If this string is too long, it will be truncated and the left-most part will be applied. The default value for this parameter is " " (U+0020). |
Returns
string
repeat()
repeat: (
count) =>string
Returns a String value that is made from count copies appended together. If count is 0, the empty string is returned.
Parameters
| Parameter | Type | Description |
|---|---|---|
count | number | number of copies to append |
Returns
string
replace
replace: (
searchValue,replaceValue) =>string(searchValue,replacer) =>string(searchValue,replaceValue) =>string(searchValue,replacer) =>string& (searchValue,replaceValue) =>string(searchValue,replacer) =>string(searchValue,replaceValue) =>string(searchValue,replacer) =>string| (searchValue,replaceValue) =>string(searchValue,replacer) =>string(searchValue,replaceValue) =>string(searchValue,replacer) =>string| (searchValue,replaceValue) =>string(searchValue,replacer) =>string(searchValue,replaceValue) =>string(searchValue,replacer) =>string
Type declaration
(searchValue, replaceValue) => string(searchValue, replacer) => string(searchValue, replaceValue) => string(searchValue, replacer) => string & (searchValue, replaceValue) => string(searchValue, replacer) => string(searchValue, replaceValue) => string(searchValue, replacer) => string
(searchValue, replaceValue) => string(searchValue, replacer) => string(searchValue, replaceValue) => string(searchValue, replacer) => string
Replaces text in a string, using a regular expression or search string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | string | RegExp | A string or regular expression to search for. |
replaceValue | string | A string containing the text to replace. When the searchValue is a RegExp, all matches are replaced if the g flag is set (or only those matches at the beginning, if the y flag is also present). Otherwise, only the first match of searchValue is replaced. |
Returns
string
Replaces text in a string, using a regular expression or search string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | string | RegExp | A string to search for. |
replacer | (substring, ...args) => string | A function that returns the replacement text. |
Returns
string
Passes a string and replaceValue to the [Symbol.replace] method on searchValue. This method is expected to implement its own replacement algorithm.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | {} | An object that supports searching for and replacing matches within a string. |
replaceValue | string | The replacement text. |
Returns
string
Replaces text in a string, using an object that supports replacement within a string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | {} | A object can search for and replace matches within a string. |
replacer | (substring, ...args) => string | A function that returns the replacement text. |
Returns
string
(searchValue, replaceValue) => string(searchValue, replacer) => string(searchValue, replaceValue) => string(searchValue, replacer) => string
Replaces text in a string, using a regular expression or search string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | string | RegExp | A string or regular expression to search for. |
replaceValue | string | A string containing the text to replace. When the searchValue is a RegExp, all matches are replaced if the g flag is set (or only those matches at the beginning, if the y flag is also present). Otherwise, only the first match of searchValue is replaced. |
Returns
string
Replaces text in a string, using a regular expression or search string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | string | RegExp | A string to search for. |
replacer | (substring, ...args) => string | A function that returns the replacement text. |
Returns
string
Passes a string and replaceValue to the [Symbol.replace] method on searchValue. This method is expected to implement its own replacement algorithm.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | {} | An object that supports searching for and replacing matches within a string. |
replaceValue | string | The replacement text. |
Returns
string
Replaces text in a string, using an object that supports replacement within a string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | {} | A object can search for and replace matches within a string. |
replacer | (substring, ...args) => string | A function that returns the replacement text. |
Returns
string
replaceAll
replaceAll: (
searchValue,replaceValue) =>string(searchValue,replacer) =>string& (searchValue,replaceValue) =>string(searchValue,replacer) =>string| (searchValue,replaceValue) =>string(searchValue,replacer) =>string| (searchValue,replaceValue) =>string(searchValue,replacer) =>string
Type declaration
(searchValue, replaceValue) => string(searchValue, replacer) => string & (searchValue, replaceValue) => string(searchValue, replacer) => string
(searchValue, replaceValue) => string(searchValue, replacer) => string
Replace all instances of a substring in a string, using a regular expression or search string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | string | RegExp | A string to search for. |
replaceValue | string | A string containing the text to replace for every successful match of searchValue in this string. |
Returns
string
Replace all instances of a substring in a string, using a regular expression or search string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | string | RegExp | A string to search for. |
replacer | (substring, ...args) => string | A function that returns the replacement text. |
Returns
string
(searchValue, replaceValue) => string(searchValue, replacer) => string
Replace all instances of a substring in a string, using a regular expression or search string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | string | RegExp | A string to search for. |
replaceValue | string | A string containing the text to replace for every successful match of searchValue in this string. |
Returns
string
Replace all instances of a substring in a string, using a regular expression or search string.
Parameters
| Parameter | Type | Description |
|---|---|---|
searchValue | string | RegExp | A string to search for. |
replacer | (substring, ...args) => string | A function that returns the replacement text. |
Returns
string
search
search: (
regexp) =>number(searcher) =>number& (regexp) =>number(searcher) =>number| (regexp) =>number(searcher) =>number| (regexp) =>number(searcher) =>number
Type declaration
(regexp) => number(searcher) => number & (regexp) => number(searcher) => number
(regexp) => number(searcher) => number
Finds the first substring match in a regular expression search.
Parameters
| Parameter | Type | Description |
|---|---|---|
regexp | string | RegExp | The regular expression pattern and applicable flags. |
Returns
number
Finds the first substring match in a regular expression search.
Parameters
| Parameter | Type | Description |
|---|---|---|
searcher | {} | An object which supports searching within a string. |
Returns
number
(regexp) => number(searcher) => number
Finds the first substring match in a regular expression search.
Parameters
| Parameter | Type | Description |
|---|---|---|
regexp | string | RegExp | The regular expression pattern and applicable flags. |
Returns
number
Finds the first substring match in a regular expression search.
Parameters
| Parameter | Type | Description |
|---|---|---|
searcher | {} | An object which supports searching within a string. |
Returns
number
slice()
slice: (
start?,end?) =>string
Returns a section of a string.
Parameters
| Parameter | Type | Description |
|---|---|---|
start? | number | The index to the beginning of the specified portion of stringObj. |
end? | number | The index to the end of the specified portion of stringObj. The substring includes the characters up to, but not including, the character indicated by end. If this value is not specified, the substring continues to the end of stringObj. |
Returns
string
small()
small: () =>
string
Returns a <small> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
split
split: (
separator,limit?) =>string[](splitter,limit?) =>string[] & (separator,limit?) =>string[](splitter,limit?) =>string[] | (separator,limit?) =>string[](splitter,limit?) =>string[] | (separator,limit?) =>string[](splitter,limit?) =>string[]
Type declaration
(separator, limit?) => string[](splitter, limit?) => string[] & (separator, limit?) => string[](splitter, limit?) => string[]
(separator, limit?) => string[](splitter, limit?) => string[]
Split a string into substrings using the specified separator and return them as an array.
Parameters
| Parameter | Type | Description |
|---|---|---|
separator | string | RegExp | A string that identifies character or characters to use in separating the string. If omitted, a single-element array containing the entire string is returned. |
limit? | number | A value used to limit the number of elements returned in the array. |
Returns
string[]
Split a string into substrings using the specified separator and return them as an array.
Parameters
| Parameter | Type | Description |
|---|---|---|
splitter | {} | An object that can split a string. |
limit? | number | A value used to limit the number of elements returned in the array. |
Returns
string[]
(separator, limit?) => string[](splitter, limit?) => string[]
Split a string into substrings using the specified separator and return them as an array.
Parameters
| Parameter | Type | Description |
|---|---|---|
separator | string | RegExp | A string that identifies character or characters to use in separating the string. If omitted, a single-element array containing the entire string is returned. |
limit? | number | A value used to limit the number of elements returned in the array. |
Returns
string[]
Split a string into substrings using the specified separator and return them as an array.
Parameters
| Parameter | Type | Description |
|---|---|---|
splitter | {} | An object that can split a string. |
limit? | number | A value used to limit the number of elements returned in the array. |
Returns
string[]
startsWith()
startsWith: (
searchString,position?) =>boolean
Returns true if the sequence of elements of searchString converted to a String is the same as the corresponding elements of this object (converted to a String) starting at position. Otherwise returns false.
Parameters
| Parameter | Type |
|---|---|
searchString | string |
position? | number |
Returns
boolean
strike()
strike: () =>
string
Returns a <strike> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
sub()
sub: () =>
string
Returns a <sub> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
substr()
substr: (
from,length?) =>string
Gets a substring beginning at the specified location and having the specified length.
Parameters
| Parameter | Type | Description |
|---|---|---|
from | number | The starting position of the desired substring. The index of the first character in the string is zero. |
length? | number | The number of characters to include in the returned substring. |
Returns
string
Deprecated
A legacy feature for browser compatibility
substring()
substring: (
start,end?) =>string
Returns the substring at the specified location within a String object.
Parameters
| Parameter | Type | Description |
|---|---|---|
start | number | The zero-based index number indicating the beginning of the substring. |
end? | number | Zero-based index number indicating the end of the substring. The substring includes the characters up to, but not including, the character indicated by end. If end is omitted, the characters from start through the end of the original string are returned. |
Returns
string
sup()
sup: () =>
string
Returns a <sup> HTML element
Returns
string
Deprecated
A legacy feature for browser compatibility
toLocaleLowerCase
toLocaleLowerCase: (
locales?) =>string(locales?) =>string& (locales?) =>string(locales?) =>string| (locales?) =>string(locales?) =>string| (locales?) =>string(locales?) =>string
Type declaration
(locales?) => string(locales?) => string & (locales?) => string(locales?) => string
(locales?) => string(locales?) => string
Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.
Parameters
| Parameter | Type |
|---|---|
locales? | string | string[] |
Returns
string
Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.
Parameters
| Parameter | Type |
|---|---|
locales? | LocalesArgument |
Returns
string
(locales?) => string(locales?) => string
Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.
Parameters
| Parameter | Type |
|---|---|
locales? | string | string[] |
Returns
string
Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.
Parameters
| Parameter | Type |
|---|---|
locales? | LocalesArgument |
Returns
string
toLocaleString
toLocaleString: () =>
string| (locales?,options?) =>string(locales?,options?) =>string
Type declaration
() => string
Returns a date converted to a string using the current locale.
Returns
string
(locales?, options?) => string(locales?, options?) => string
Converts a number to a string by using the current or specified locale.
Parameters
| Parameter | Type | Description |
|---|---|---|
locales? | string | string[] | A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used. |
options? | NumberFormatOptions | An object that contains one or more properties that specify comparison options. |
Returns
string
Converts a number to a string by using the current or specified locale.
Parameters
| Parameter | Type | Description |
|---|---|---|
locales? | LocalesArgument | A locale string, array of locale strings, Intl.Locale object, or array of Intl.Locale objects that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used. |
options? | NumberFormatOptions | An object that contains one or more properties that specify comparison options. |
Returns
string
toLocaleUpperCase
toLocaleUpperCase: (
locales?) =>string(locales?) =>string& (locales?) =>string(locales?) =>string| (locales?) =>string(locales?) =>string| (locales?) =>string(locales?) =>string
Type declaration
(locales?) => string(locales?) => string & (locales?) => string(locales?) => string
(locales?) => string(locales?) => string
Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.
Parameters
| Parameter | Type |
|---|---|
locales? | string | string[] |
Returns
string
Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.
Parameters
| Parameter | Type |
|---|---|
locales? | LocalesArgument |
Returns
string
(locales?) => string(locales?) => string
Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.
Parameters
| Parameter | Type |
|---|---|
locales? | string | string[] |
Returns
string
Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.
Parameters
| Parameter | Type |
|---|---|
locales? | LocalesArgument |
Returns
string
toLowerCase()
toLowerCase: () =>
string
Converts all the alphabetic characters in a string to lowercase.
Returns
string
toString
toString: () =>
string| () =>string& (radix?) =>string| () =>string& () =>string
Type declaration
() => string
Returns a string representation of a string.
Returns
string
() => string & (radix?) => string
() => string & () => string
toUpperCase()
toUpperCase: () =>
string
Converts all the alphabetic characters in a string to uppercase.
Returns
string
toWellFormed()
toWellFormed: () =>
string
Returns a string where all lone or out-of-order surrogates have been replaced by the Unicode replacement character (U+FFFD).
Returns
string
trim()
trim: () =>
string
Removes the leading and trailing white space and line terminator characters from a string.
Returns
string
trimEnd()
trimEnd: () =>
string
Removes the trailing white space and line terminator characters from a string.
Returns
string
trimLeft()
trimLeft: () =>
string
Removes the leading white space and line terminator characters from a string.
Returns
string
Deprecated
A legacy feature for browser compatibility. Use trimStart instead
trimRight()
trimRight: () =>
string
Removes the trailing white space and line terminator characters from a string.
Returns
string
Deprecated
A legacy feature for browser compatibility. Use trimEnd instead
trimStart()
trimStart: () =>
string
Removes the leading white space and line terminator characters from a string.
Returns
string
valueOf
valueOf: () =>
string| () =>string& () =>number| () =>string& () =>symbol
Type declaration
() => string
Returns the primitive value of the specified object.
Returns
string
() => string & () => number
() => string & () => symbol
EventMap
EventMap:
object
EventReceiver()<KeyMap>
EventReceiver<
KeyMap>: (params) =>void
Type Parameters
| Type Parameter |
|---|
KeyMap |
Parameters
| Parameter | Type |
|---|---|
params | KeyMap |
Returns
void
EventRequest
EventRequest:
object
Type declaration
attendees?
optionalattendees:EventAttendeeRequest[]
canvas_id?
optionalcanvas_id:string
description?
optionaldescription:string
end_at
end_at:
string
external_objects?
optionalexternal_objects:EventExternalObjectRequest[]
id?
optionalid:string
location?
optionallocation:string
metadata?
optionalmetadata:any
start_at
start_at:
string
status?
optionalstatus:EventStatusEnum
subject?
optionalsubject:string
ExternalLinkSelection
ExternalLinkSelection:
object
Type declaration
content_type
content_type:
"video"|"image"
from
from:
"custom"|"pexels"|"unsplash"|"ai"
type
type:
"external_link"
url
url:
string
ExternalMultimediaAssetType
ExternalMultimediaAssetType:
object
Type declaration
asset_type
asset_type: typeof
MULTIMEDIA_IMG_TYPE.external
external_url
external_url:
string
from?
optionalfrom:"custom"|"pexels"|"unsplash"|"ai"
horizontal_alignment?
optionalhorizontal_alignment:MultimediaHorizontalAlignmentOptions
poster_background_size?
optionalposter_background_size:BackgroundSize
poster_url?
optionalposter_url:string
type
type:
"image"|"video"
Favorite
Favorite:
object
Type declaration
created_at
readonlycreated_at:string
created_by
readonlycreated_by:MiniUser
file
readonlyfile:FavoriteFile|null
folder
readonlyfolder:FavoriteFolder|null
id
readonlyid:string
modified_at
readonlymodified_at:string
modified_by
readonlymodified_by:MiniUser
name
readonlyname:string
owned_by
readonlyowned_by:MiniUser
page
readonlypage:MiniPage|null
thumbnail_url
readonlythumbnail_url:string
FavoriteCreateRequest
FavoriteCreateRequest:
object
Type declaration
file_id?
optionalfile_id:string
folder_id?
optionalfolder_id:string
id?
optionalid:string
name?
optionalname:string
page_index?
optionalpage_index:number
FavoriteFile
FavoriteFile:
object
Type declaration
content_type
readonlycontent_type:string|null
expires_at?
optionalexpires_at:string|null
id
readonlyid:string
name
name:
string
tags
readonlytags:string[]
FavoriteFolder
FavoriteFolder:
object
Mixin for common file access filtering logic.
Type declaration
file_thumbnail_urls
readonlyfile_thumbnail_urls:string[]
id
readonlyid:string
name
name:
string
thumbnail_url
readonlythumbnail_url:string|null
FetchFileList()
Type Parameters
| Type Parameter |
|---|
T extends object |
Parameters
| Parameter | Type |
|---|---|
payload | T |
Returns
FetchMode
FetchMode:
"postmessage"|"prefer-online"
File
File:
object
Type declaration
access_type?
optionalaccess_type:AccessTypeEnum
app_metadata?
optionalapp_metadata:Record<string,any>
content_extension
readonlycontent_extension:string|null
content_length
readonlycontent_length:number|null
content_type
readonlycontent_type:FileContentTypeEnum
content_url
readonlycontent_url:string|null
created_at
readonlycreated_at:string
created_by
readonlycreated_by:MiniUser
download_type?
optionaldownload_type:DownloadTypeEnum
expires_at?
optionalexpires_at:string|null
folder
readonlyfolder:MiniFolder
folder_id?
optionalfolder_id:string
global_id
readonlyglobal_id:string
id
readonlyid:string
instance_id
readonlyinstance_id:string
metadata?
optionalmetadata:Record<string,any>
modified_at
readonlymodified_at:string
modified_by
readonlymodified_by:MiniUser
name?
optionalname:string
original_extension
readonlyoriginal_extension:string|null
original_url
readonlyoriginal_url:string|null
owned_by
readonlyowned_by:MiniUser
permissions?
optionalpermissions:FilePermission
published_at
readonlypublished_at:string|null
role
readonlyrole:CollaborationRoleEnum
Deprecated: Please use the 'permissions' field instead. This field is maintained for backward compatibility and may be removed in future releases.
shared_link
readonlyshared_link:MiniSharedLink
size
readonlysize:number|null
status
readonlystatus:FileStatusEnum
tags?
optionaltags:string[]
thumbnail_url
readonlythumbnail_url:string|null
type
readonlytype:FileTypeEnum
zip_size
readonlyzip_size:number|null
zip_url
readonlyzip_url:string|null
FileCreateRequest
FileCreateRequest:
object
Type declaration
access_type?
optionalaccess_type:AccessTypeEnum
app_metadata?
optionalapp_metadata:Record<string,any>
content?
optionalcontent:Blob
content_upload_id?
optionalcontent_upload_id:string
download_type?
optionaldownload_type:DownloadTypeEnum
expires_at?
optionalexpires_at:string|null
folder_id?
optionalfolder_id:string
instance_id
instance_id:
string
is_asset?
optionalis_asset:boolean
Deprecated: Please use the 'type' field instead. This field is maintained for backward compatibility and may be removed in future releases.
metadata?
optionalmetadata:Record<string,any>
name?
optionalname:string
owned_by_id?
optionalowned_by_id:number|null
permissions?
optionalpermissions:FilePermissionRequest
tags?
optionaltags:string[]
thumbnail?
optionalthumbnail:Blob
thumbnail_upload_id?
optionalthumbnail_upload_id:string
type?
optionaltype:FileTypeEnum
url?
optionalurl:string
FilePermission
FilePermission:
object
Type declaration
can_download?
optionalcan_download:boolean
can_share?
optionalcan_share:boolean
FilePermissionRequest
FilePermissionRequest:
object
Type declaration
can_download?
optionalcan_download:boolean
can_share?
optionalcan_share:boolean
FileRetrieve
FileRetrieve:
object
Type declaration
access_type?
optionalaccess_type:AccessTypeEnum
app_metadata?
optionalapp_metadata:Record<string,any>
content_extension
readonlycontent_extension:string|null
content_length
readonlycontent_length:number|null
content_thumbnails
readonlycontent_thumbnails:string[]
content_type
readonlycontent_type:FileContentTypeEnum
content_url
readonlycontent_url:string|null
created_at
readonlycreated_at:string
created_by
readonlycreated_by:MiniUser
download_type?
optionaldownload_type:DownloadTypeEnum
expires_at?
optionalexpires_at:string|null
folder
readonlyfolder:MiniFolder
folder_id?
optionalfolder_id:string
global_id
readonlyglobal_id:string
id
readonlyid:string
instance_id
readonlyinstance_id:string
metadata?
optionalmetadata:Record<string,any>
modified_at
readonlymodified_at:string
modified_by
readonlymodified_by:MiniUser
name?
optionalname:string
original_extension
readonlyoriginal_extension:string|null
original_url
readonlyoriginal_url:string|null
owned_by
readonlyowned_by:MiniUser
permissions?
optionalpermissions:FilePermission
pspdfkit_auth_payload
readonlypspdfkit_auth_payload:Record<string,any> |null
pspdfkit_document_id
readonlypspdfkit_document_id:string|null
pspdfkit_server_url
readonlypspdfkit_server_url:string|null
published_at
readonlypublished_at:string|null
role
readonlyrole:CollaborationRoleEnum
Deprecated: Please use the 'permissions' field instead. This field is maintained for backward compatibility and may be removed in future releases.
shared_link
readonlyshared_link:MiniSharedLink
size
readonlysize:number|null
status
readonlystatus:FileStatusEnum
tags?
optionaltags:string[]
thumbnail_url
readonlythumbnail_url:string|null
type
readonlytype:FileTypeEnum
version
readonlyversion:FileVersion
zip_size
readonlyzip_size:number|null
zip_url
readonlyzip_url:string|null
FileRevision
FileRevision:
object
Type declaration
created_at
readonlycreated_at:string
created_by
readonlycreated_by:MiniUser
id
readonlyid:string
name
name:
string
FileUpdateRequest
FileUpdateRequest:
object
Type declaration
access_type?
optionalaccess_type:AccessTypeEnum
app_metadata?
optionalapp_metadata:Record<string,any>
content?
optionalcontent:Blob
content_upload_id?
optionalcontent_upload_id:string
download_type?
optionaldownload_type:DownloadTypeEnum
expires_at?
optionalexpires_at:string|null
folder_id?
optionalfolder_id:string
metadata?
optionalmetadata:Record<string,any>
name?
optionalname:string
owned_by_id?
optionalowned_by_id:number|null
permissions?
optionalpermissions:FilePermissionRequest
tags?
optionaltags:string[]
thumbnail?
optionalthumbnail:Blob
thumbnail_upload_id?
optionalthumbnail_upload_id:string
url?
optionalurl:string
FileVersion
FileVersion:
object
Type declaration
comment
readonlycomment:string
created_at
readonlycreated_at:string
id
readonlyid:string
Folder
Folder:
object
Type declaration
access_type?
optionalaccess_type:AccessTypeEnum
content_type
readonlycontent_type:string
created_at
readonlycreated_at:string
created_by
readonlycreated_by:MiniUser
file_thumbnail_urls
readonlyfile_thumbnail_urls:string[]
id
readonlyid:string
modified_at
readonlymodified_at:string
modified_by
readonlymodified_by:MiniUser
name
name:
string
owned_by
readonlyowned_by:MiniUser
parent_folder_id
readonlyparent_folder_id:string|null
path
path:
string
rules?
optionalrules:FolderRule[]
thumbnail_url
readonlythumbnail_url:string|null
FolderCanvas
FolderCanvas:
object
Type declaration
created_by
readonlycreated_by:MiniUser
id
readonlyid:string
modified_at
readonlymodified_at:string
name
name:
string
owned_by
readonlyowned_by:MiniUser
tags
readonlytags:string[]
thumbnail_url?
optionalthumbnail_url:string|null
FolderCreateRequest
FolderCreateRequest:
object
Serializer class for creating folder records. Available fields for creating a folder:
- id
- name
- parent_folder_id
- instance_id
Type declaration
access_type?
optionalaccess_type:AccessTypeEnum
id?
optionalid:string
name
name:
string
owned_by_id?
optionalowned_by_id:number|null
parent_folder_id
parent_folder_id:
string
rules?
optionalrules:FolderRuleRequest[]
thumbnail_id?
optionalthumbnail_id:string|null
FolderFile
FolderFile:
object
Type declaration
access_type?
optionalaccess_type:AccessTypeEnum
content_type
readonlycontent_type:FileContentTypeEnum
created_by
readonlycreated_by:MiniUser
expires_at
readonlyexpires_at:string|null
id
readonlyid:string
metadata
readonlymetadata:Record<string,any>
modified_at
readonlymodified_at:string
name
readonlyname:string
original_extension
readonlyoriginal_extension:string|null
original_url
readonlyoriginal_url:string|null
owned_by
readonlyowned_by:MiniUser
permissions?
optionalpermissions:FilePermission
status
readonlystatus:FileStatusEnum
tags
readonlytags:string[]
thumbnail_url
readonlythumbnail_url:string
FolderFolder
FolderFolder:
object
Mixin for common file access filtering logic.
Type declaration
available_files_count
readonlyavailable_files_count:number
available_folders_count
readonlyavailable_folders_count:number
canvas_thumbnail_urls
readonlycanvas_thumbnail_urls:string[]
canvases_count
readonlycanvases_count:number
file_thumbnail_urls
readonlyfile_thumbnail_urls:string[]
files_count
readonlyfiles_count:number
folders_count
readonlyfolders_count:number
id
readonlyid:string
name
name:
string
thumbnail_url
readonlythumbnail_url:string|null
FolderRetrieve
FolderRetrieve:
object
Mixin for common file access filtering logic.
Type declaration
access_type?
optionalaccess_type:AccessTypeEnum
canvases
readonlycanvases:FolderCanvas[]
content_type
readonlycontent_type:string
created_at
readonlycreated_at:string
created_by
readonlycreated_by:MiniUser
file_thumbnail_urls
readonlyfile_thumbnail_urls:string[]
Override to apply user permissions when filtering files for thumbnails.
files
readonlyfiles:FolderFile[]
folders
readonlyfolders:FolderFolder[]
id
readonlyid:string
modified_at
readonlymodified_at:string
modified_by
readonlymodified_by:MiniUser
name
name:
string
owned_by
readonlyowned_by:MiniUser
parent_folder_id
readonlyparent_folder_id:string|null
path
readonlypath:FolderFolder[]
rules?
optionalrules:FolderRule[]
thumbnail_url
readonlythumbnail_url:string|null
FolderRule
FolderRule:
object
Type declaration
field
field:
string
operator
operator:
OperatorEnum
value
value:
string
FolderRuleRequest
FolderRuleRequest:
object
Type declaration
field
field:
string
operator
operator:
OperatorEnum
value
value:
string
FolderUpdateRequest
FolderUpdateRequest:
object
Serializer class for updating folder records. Available fields to update:
- name
- access_type
- parent_folder_id
Type declaration
access_type?
optionalaccess_type:AccessTypeEnum
name
name:
string
owned_by_id?
optionalowned_by_id:number|null
parent_folder_id?
optionalparent_folder_id:string
rules?
optionalrules:FolderRuleRequest[]
thumbnail_id?
optionalthumbnail_id:string|null
Instance
Instance:
object
Type declaration
color?
optionalcolor:string|null
created_at
readonlycreated_at:string
created_by
readonlycreated_by:MiniUser
environment
readonlyenvironment:MiniEnvironment
id
readonlyid:string
last_login
readonlylast_login:string
logo?
optionallogo:string|null
modified_at
readonlymodified_at:string
modified_by
readonlymodified_by:MiniUser
name
name:
string
owned_by
readonlyowned_by:MiniUser
region
readonlyregion:MiniRegion
role
readonlyrole:InstanceMembershipRoleEnum
settings?
optionalsettings:Record<string,any>
storage_region
readonlystorage_region:StorageRegionEnum
InstanceSettings
InstanceSettings:
object
Type declaration
allow_revoke_shared_link?
optionalallow_revoke_shared_link:undefined|boolean
alternative_canvas_fullscreen?
optionalalternative_canvas_fullscreen:undefined|boolean
api_client_timeout?
optionalapi_client_timeout:undefined|number
assets_route_order?
optionalassets_route_order:undefined|number
auto_assignment_rules?
optionalauto_assignment_rules:undefined|object[]
business_logic_ids_to_section_ids_resolver?
optionalbusiness_logic_ids_to_section_ids_resolver:undefined|string
canvas?
optionalcanvas:undefined|object&object
canvases_route_order?
optionalcanvases_route_order:undefined|number
content_browser_route_order?
optionalcontent_browser_route_order:undefined|number
convert_pptx_to_html?
optionalconvert_pptx_to_html:undefined|boolean
convert_pptx_to_html_default_value?
optionalconvert_pptx_to_html_default_value:undefined|boolean
custom_event?
optionalcustom_event:undefined|string
date_format?
optionaldate_format:undefined|string
default_pdf_page_dimensions?
optionaldefault_pdf_page_dimensions:undefined| {height:string|number;print_scale:number;width:string|number; }
disable_browser_search_context?
optionaldisable_browser_search_context:undefined|boolean
disable_core_canvas_metadata?
optionaldisable_core_canvas_metadata:undefined|boolean
disable_postcall?
optionaldisable_postcall:undefined|boolean
display_metadata_filters_in_modal?
optionaldisplay_metadata_filters_in_modal:undefined|boolean
enable_admin_asset_manager?
optionalenable_admin_asset_manager:undefined|boolean
enable_content_rating_in_call?
optionalenable_content_rating_in_call:undefined|boolean
enable_crm_privacy_mode?
optionalenable_crm_privacy_mode:undefined|boolean
enable_download_original_file_in_impact?
optionalenable_download_original_file_in_impact:undefined|boolean
enable_favorites?
optionalenable_favorites:undefined|boolean
enable_folder_description_via_name?
optionalenable_folder_description_via_name:undefined|boolean
enable_indicators?
optionalenable_indicators:undefined|boolean
enable_js_api_recommended_files?
optionalenable_js_api_recommended_files:undefined|boolean
enable_metadata_info_in_list_item?
optionalenable_metadata_info_in_list_item:undefined|boolean
enable_monaco_html_editor?
optionalenable_monaco_html_editor:undefined|boolean
enable_multi_language?
optionalenable_multi_language:undefined|boolean
enable_multipeer_connectivity?
optionalenable_multipeer_connectivity:undefined|boolean
enable_ppt_converter_in_canvas_templates?
optionalenable_ppt_converter_in_canvas_templates:undefined|boolean
enable_presentation_annotations?
optionalenable_presentation_annotations:undefined|boolean
enable_quick_filters_for_search_metadata_filters?
optionalenable_quick_filters_for_search_metadata_filters:undefined|boolean
enable_recents?
optionalenable_recents:undefined|boolean
enable_search_filter_with_suggestions?
optionalenable_search_filter_with_suggestions:undefined|boolean
enable_search_with_suggestions?
optionalenable_search_with_suggestions:undefined|boolean
enable_slotty_ui_asset_manager?
optionalenable_slotty_ui_asset_manager:undefined|boolean
enable_speaker_notes?
optionalenable_speaker_notes:undefined|boolean
enable_sync_file_filtering?
optionalenable_sync_file_filtering:undefined|boolean
enable_syncbox?
optionalenable_syncbox:undefined|boolean
enable_thumbnails_for_templates_and_blocks?
optionalenable_thumbnails_for_templates_and_blocks:undefined|boolean
file_annotations_mode?
optionalfile_annotations_mode:undefined|"admin"|"personal"
full_text_search_config?
optionalfull_text_search_config:undefined|string
generate_only_sections_in_ppt_converter?
optionalgenerate_only_sections_in_ppt_converter:undefined|boolean
impact_show_only_saved_canvases_in_canvas_manager?
optionalimpact_show_only_saved_canvases_in_canvas_manager:undefined|boolean
include_canvas_content_in_full_text_search?
optionalinclude_canvas_content_in_full_text_search:undefined|boolean
include_canvas_metadata_in_full_text_search?
optionalinclude_canvas_metadata_in_full_text_search:undefined|boolean
include_file_content_in_full_text_search?
optionalinclude_file_content_in_full_text_search:undefined|boolean
include_file_metadata_in_full_text_search?
optionalinclude_file_metadata_in_full_text_search:undefined|boolean
ios?
optionalios:undefined|OrganizationSettings&object
is_meeting_bar_account_selection_disabled?
optionalis_meeting_bar_account_selection_disabled:undefined|boolean
launch_in_present_mode_on_creation?
optionallaunch_in_present_mode_on_creation:undefined|boolean
location_prompt_message?
optionallocation_prompt_message:undefined|string
location_prompt_type?
optionallocation_prompt_type:undefined|"warning"|"block"
max_files_limit?
optionalmax_files_limit:undefined|number
metadata_highlight_properties?
optionalmetadata_highlight_properties:undefined|MetadataHighlightProperty[]
minimum_event_duration_in_call?
optionalminimum_event_duration_in_call:undefined|number
pipe_multi_search_separator?
optionalpipe_multi_search_separator:undefined|string
section_thumbnail_url_transformer?
optionalsection_thumbnail_url_transformer:undefined|string
sfdc?
optionalsfdc:undefined| {use_static_ip_proxy:boolean; }
skip_metadata_keys_in_list_item?
optionalskip_metadata_keys_in_list_item:undefined|string[]
slotty_ui_route_config?
optionalslotty_ui_route_config:undefined|object[]
smart_folder_rule_attributes?
optionalsmart_folder_rule_attributes:undefined|SmartFolderRuleAttributes
time_format?
optionaltime_format:undefined|string
translation_overrides?
optionaltranslation_overrides:undefined|TranslationOverrides
use_collection_player_as_default_file_viewer?
optionaluse_collection_player_as_default_file_viewer:undefined|boolean
use_collection_player_as_default_file_viewer_for_content_extensions?
optionaluse_collection_player_as_default_file_viewer_for_content_extensions:undefined|string[]
use_collection_player_as_default_file_viewer_for_original_extensions?
optionaluse_collection_player_as_default_file_viewer_for_original_extensions:undefined|string[]
use_collection_player_with_annotations?
optionaluse_collection_player_with_annotations:undefined|boolean
Language
Language: [
string,string]
LaunchDarklyBooleanFlagKey
LaunchDarklyBooleanFlagKey:
"ai_code_generation_model"|"ai_text_generation_model"|"ai_image_generation_model"|"ai_video_generation_model"|"allow_ai_prompts_in_canvas_text"|"allow_bulk_actions_canvases_files"|"allow_content_grid_autofill"|"allow_canvas_duplication"|"allow_canvases_tables_columns_settings"|"allow_table_column_resizing"|"allow_creating_canvas_with_no_template"|"allow_dynamic_data_table_for_scribble_component"|"allow_html_for_scribble_component"|"allow_embeddable_for_scribble_component"|"allow_embeddable_hiding"|"allow_multimedia_for_scribble_component"|"allow_note_taking"|"allow_rep_canvas_metadata_edit"|"allow_rep_file_distributions"|"allow_rep_file_rating"|"allow_rep_file_upload"|"allow_saving_annotations_in_personal_layer"|"allow_user_to_edit_font_size_and_color_in_canvas_tokens"|"are_sections_system_controlled"|"enable_canvas_core_distributions"|"enable_file_core_distributions"|"copy_context_to_canvas"|"copy_template_metadata_to_canvas"|"disable_canvas_edit_for_reps"|"disable_custom_tooltips"|"disable_file_edit_content"|"disable_fullscreen_canvas_builder"|"disable_impact_web_browser_fullscreen"|"display_section_list_name"|"disable_download_canvas"|"enable_ai_generated_thumbnails"|"enable_analytics"|"enable_app_developer_role"|"enable_algolia_search"|"enable_background_image_theme_options"|"enable_better_canvas_builder_control_bars_on_zoom"|"enable_bulk_update_file_attributes"|"enable_canvas_as_home"|"enable_canvas_blocks"|"enable_canvas_node_debugging"|"enable_canvas_locks"|"enable_canvas_template_edit_in_impact"|"enable_canvas_tokens"|"enable_collaborations"|"enable_collection_player_data_accessor"|"enable_content_grid_data_accessor"|"enable_content_type_change_in_content_selector"|"enable_cross_tab_instance_reload_for_ld_sync"|"enable_create_section_from_section_template"|"enable_custom_display_overrides"|"enable_default_crm_shape"|"enable_detailed_date_format"|"enable_dsr_readonly_annotations"|"enable_dynamic_data_table_component"|"enable_custom_data_tables"|"enable_embedded_video_autoplay"|"enable_embedded_video"|"enable_enhanced_canvas_drawer_app"|"enable_enhanced_indicators"|"enable_enhanced_section_execution_states"|"enable_experimental_canvas_builder_dnd"|"enable_extra_file_data"|"enable_file_pages_metadata"|"enable_file_revisions"|"enable_folder_details_edit"|"enable_handlebar_template_support"|"enable_height_in_component_theming"|"enable_hotspot_visibility"|"enable_improved_canvas_node_updating"|"enable_individual_users_in_file_distribution"|"enable_insearch_in_section_selector"|"enable_instance_cloner"|"enable_advanced_cloner"|"enable_instance_editor_role"|"enable_instance_navigation_from_management"|"enable_knock_notifications"|"enable_maintain_section_theme_control"|"enable_metadata_in_file_uploads_with_default_values"|"enable_more_intuitive_component_spacing"|"enable_multimedia_component_ai_images"|"enable_new_meeting_bar"|"enable_original_pdf_link"|"enable_scale_content"|"enable_sorting_in_section_picker"|"enable_sorting_in_tiptap_table"|"enable_theme_assets"|"enable_toc_enhancements_to_support_same_section_in_section_list"|"enable_pia_assistant"|"enable_pipe_character_multi_search"|"enable_popup_apps"|"enable_reorder_search"|"enable_reorder_scribble_isolation"|"enable_reorder_component_options_menu"|"enable_resizable_multimedia_component"|"enable_responsive_scribble_component"|"enable_saved_canvases_filters"|"enable_short_tag_column_in_tables"|"enable_scribble_component"|"enable_scribble_content_as_background"|"enable_search_and_filters_in_multimedia_component"|"enable_section_context_in_dsr"|"enable_selectors_dnd"|"enable_section_selector_edit_section"|"enable_smart_folders"|"enable_smart_folders_for_sections"|"enable_smart_folders_in_section_selector"|"enable_smart_folders_in_files"|"enable_sorting_in_sections"|"enable_suggested_tags"|"enable_template_folders"|"enable_theme_options_border_radius"|"enable_themes"|"hide_asset_uploader"|"include_files_content_in_print"|"interpolate_rep_canvases_on_edit_mode"|"is_fe_sentry_enabled"|"is_timeline_component_allowed"|"launch_in_full_screen_on_present_mode"|"prefer_online_handlers"|"restrict_owned_files_from_admins"|"show_asset_manager_for_multimedia"|"show_clear_all_annotations_button"|"show_content_selector_list_view"|"show_metadata_filters_in_all_canvas_things"|"show_only_preview_mode_for_html_component"|"show_popularity_icons"|"use_core_endpoint_for_analytics"|"convert_pptx_to_section_with_scribble_pdfjs"|"use_short_url_for_shared_link"|"use_zoho_instead_of_ms_wopi"|"enable_new_section_list"|"enable_sharebox_apps"|"enable_sharebox_bulk_filtering"|"enable_back_to_previous_location_in_canvas"|"enable_crm_shape_for_external_links"|"enable_adaptive_popup_apps"|"enable_file_version_polling"|"skip_pspdfkit_wait_for_high_res_thumbs"|"enable_reactive_scribble_component_toolbar"|"enable_embeddable_full_screen_mode"|"enable_enhanced_user_management"|"keep_static_pptx_editable"|"enable_canvas_pdf_dimensions"|"enable_editable_pptx_of_canvas"|"enable_canvas_control_bars_collapse"
LaunchDarklyEnv
LaunchDarklyEnv:
object
Type declaration
ai_code_generation_model
ai_code_generation_model:
undefined|boolean
ai_image_generation_model
ai_image_generation_model:
undefined
ai_text_generation_model
ai_text_generation_model:
undefined
ai_video_generation_model
ai_video_generation_model:
undefined
allow_ai_prompts_in_canvas_text
allow_ai_prompts_in_canvas_text:
undefined|boolean
allow_bulk_actions_canvases_files
allow_bulk_actions_canvases_files:
undefined|boolean
allow_canvas_duplication
allow_canvas_duplication:
undefined|boolean
allow_canvases_tables_columns_settings
allow_canvases_tables_columns_settings:
undefined|boolean
allow_content_grid_autofill
allow_content_grid_autofill:
undefined|boolean
allow_creating_canvas_with_no_template
allow_creating_canvas_with_no_template:
undefined|boolean
allow_dynamic_data_table_for_scribble_component
allow_dynamic_data_table_for_scribble_component:
undefined|boolean
allow_embeddable_for_scribble_component
allow_embeddable_for_scribble_component:
undefined|boolean
allow_embeddable_hiding
allow_embeddable_hiding:
undefined|boolean
allow_html_for_scribble_component
allow_html_for_scribble_component:
undefined|boolean
allow_multimedia_for_scribble_component
allow_multimedia_for_scribble_component:
undefined|boolean
allow_note_taking
allow_note_taking:
undefined|boolean
allow_rep_canvas_metadata_edit
allow_rep_canvas_metadata_edit:
undefined|boolean
allow_rep_file_distributions
allow_rep_file_distributions:
undefined|boolean
allow_rep_file_rating
allow_rep_file_rating:
undefined|boolean
allow_rep_file_upload
allow_rep_file_upload:
undefined|boolean
allow_saving_annotations_in_personal_layer
allow_saving_annotations_in_personal_layer:
undefined|boolean
allow_table_column_resizing
allow_table_column_resizing:
undefined|boolean
allow_user_to_edit_font_size_and_color_in_canvas_tokens
allow_user_to_edit_font_size_and_color_in_canvas_tokens:
undefined|boolean
are_sections_system_controlled
are_sections_system_controlled:
undefined|boolean
batch_open_content_grid_ar_files
batch_open_content_grid_ar_files:
undefined|"off"|"simultaneous"|"swap"
canvas_component_grouping
canvas_component_grouping:
undefined|"page"|"page_break"|"none"
canvas_manager_table_columns
canvas_manager_table_columns:
undefined|CanvasManagerTableColumns
canvas_section_selector_page_size
canvas_section_selector_page_size:
undefined|number
canvas_section_selector_selected_items_with_thumbnail_size
canvas_section_selector_selected_items_with_thumbnail_size:
undefined|number
context_crm_shape
context_crm_shape:
undefined|Record<string,any>
convert_pptx_to_section_with_scribble_pdfjs
convert_pptx_to_section_with_scribble_pdfjs:
undefined|boolean
copy_context_to_canvas
copy_context_to_canvas:
undefined|boolean
copy_template_metadata_to_canvas
copy_template_metadata_to_canvas:
undefined|boolean
disable_canvas_edit_for_reps
disable_canvas_edit_for_reps:
undefined|boolean
disable_custom_tooltips
disable_custom_tooltips:
undefined|boolean
disable_download_canvas
disable_download_canvas:
undefined|boolean
disable_file_edit_content
disable_file_edit_content:
undefined|boolean
disable_fullscreen_canvas_builder
disable_fullscreen_canvas_builder:
undefined|boolean
disable_impact_web_browser_fullscreen
disable_impact_web_browser_fullscreen:
undefined|boolean
display_section_list_name
display_section_list_name:
undefined|boolean
dsr_remote_script_url
dsr_remote_script_url:
undefined|""|"https://anyvalidurl.xyz"
enable_adaptive_popup_apps
enable_adaptive_popup_apps:
undefined|boolean
enable_advanced_cloner
enable_advanced_cloner:
undefined|boolean
enable_ai_generated_thumbnails
enable_ai_generated_thumbnails:
undefined|boolean
enable_algolia_search
enable_algolia_search:
undefined|boolean
enable_analytics
enable_analytics:
undefined|boolean
enable_app_developer_role
enable_app_developer_role:
undefined|boolean
enable_back_to_previous_location_in_canvas
enable_back_to_previous_location_in_canvas:
undefined|boolean
enable_background_image_theme_options
enable_background_image_theme_options:
undefined|boolean
enable_better_canvas_builder_control_bars_on_zoom
enable_better_canvas_builder_control_bars_on_zoom:
undefined|boolean
enable_bulk_update_file_attributes
enable_bulk_update_file_attributes:
undefined|boolean
enable_canvas_as_home
enable_canvas_as_home:
undefined|boolean
enable_canvas_blocks
enable_canvas_blocks:
undefined|boolean
enable_canvas_control_bars_collapse
enable_canvas_control_bars_collapse:
undefined|boolean
enable_canvas_core_distributions
enable_canvas_core_distributions:
undefined|boolean
enable_canvas_locks
enable_canvas_locks:
undefined|boolean
enable_canvas_node_debugging
enable_canvas_node_debugging:
undefined|boolean
enable_canvas_pdf_dimensions
enable_canvas_pdf_dimensions:
undefined|boolean
enable_canvas_template_edit_in_impact
enable_canvas_template_edit_in_impact:
undefined|boolean
enable_canvas_tokens
enable_canvas_tokens:
undefined|boolean
enable_collaborations
enable_collaborations:
undefined|boolean
enable_collection_player_data_accessor
enable_collection_player_data_accessor:
undefined|boolean
enable_content_grid_data_accessor
enable_content_grid_data_accessor:
undefined|boolean
enable_content_type_change_in_content_selector
enable_content_type_change_in_content_selector:
undefined|boolean
enable_create_section_from_section_template
enable_create_section_from_section_template:
undefined|boolean
enable_crm_shape_for_external_links
enable_crm_shape_for_external_links:
undefined|boolean
enable_cross_tab_instance_reload_for_ld_sync
enable_cross_tab_instance_reload_for_ld_sync:
undefined|boolean
enable_custom_data_tables
enable_custom_data_tables:
undefined|boolean
enable_custom_display_overrides
enable_custom_display_overrides:
undefined|boolean
enable_default_crm_shape
enable_default_crm_shape:
undefined|boolean
enable_detailed_date_format
enable_detailed_date_format:
undefined|boolean
enable_dsr_readonly_annotations
enable_dsr_readonly_annotations:
undefined|boolean
enable_dynamic_data_table_component
enable_dynamic_data_table_component:
undefined|boolean
enable_editable_pptx_of_canvas
enable_editable_pptx_of_canvas:
undefined|boolean
enable_embeddable_full_screen_mode
enable_embeddable_full_screen_mode:
undefined|boolean
enable_embedded_video
enable_embedded_video:
undefined|boolean
enable_embedded_video_autoplay
enable_embedded_video_autoplay:
undefined|boolean
enable_enhanced_canvas_drawer_app
enable_enhanced_canvas_drawer_app:
undefined|boolean
enable_enhanced_indicators
enable_enhanced_indicators:
undefined|boolean
enable_enhanced_section_execution_states
enable_enhanced_section_execution_states:
undefined|boolean
enable_enhanced_user_management
enable_enhanced_user_management:
undefined|boolean
enable_experimental_canvas_builder_dnd
enable_experimental_canvas_builder_dnd:
undefined|boolean
enable_extra_file_data
enable_extra_file_data:
undefined|boolean
enable_file_core_distributions
enable_file_core_distributions:
undefined|boolean
enable_file_pages_metadata
enable_file_pages_metadata:
undefined|boolean
enable_file_revisions
enable_file_revisions:
undefined|boolean
enable_file_version_polling
enable_file_version_polling:
undefined|boolean
enable_folder_details_edit
enable_folder_details_edit:
undefined|boolean
enable_handlebar_template_support
enable_handlebar_template_support:
undefined|boolean
enable_height_in_component_theming
enable_height_in_component_theming:
undefined|boolean
enable_hotspot_visibility
enable_hotspot_visibility:
undefined|boolean
enable_improved_canvas_node_updating
enable_improved_canvas_node_updating:
undefined|boolean
enable_individual_users_in_file_distribution
enable_individual_users_in_file_distribution:
undefined|boolean
enable_insearch_in_section_selector
enable_insearch_in_section_selector:
undefined|boolean
enable_instance_cloner
enable_instance_cloner:
undefined|boolean
enable_instance_editor_role
enable_instance_editor_role:
undefined|boolean
enable_instance_navigation_from_management
enable_instance_navigation_from_management:
undefined|boolean
enable_knock_notifications
enable_knock_notifications:
undefined|boolean
enable_maintain_section_theme_control
enable_maintain_section_theme_control:
undefined|boolean
enable_metadata_in_file_uploads_with_default_values
enable_metadata_in_file_uploads_with_default_values:
undefined|boolean
enable_more_intuitive_component_spacing
enable_more_intuitive_component_spacing:
undefined|boolean
enable_multimedia_component_ai_images
enable_multimedia_component_ai_images:
undefined|boolean
enable_new_meeting_bar
enable_new_meeting_bar:
undefined|boolean
enable_new_section_list
enable_new_section_list:
undefined|boolean
enable_original_pdf_link
enable_original_pdf_link:
undefined|boolean
enable_pia_assistant
enable_pia_assistant:
undefined|boolean
enable_pipe_character_multi_search
enable_pipe_character_multi_search:
undefined|boolean
enable_popup_apps
enable_popup_apps:
undefined|boolean
enable_reactive_scribble_component_toolbar
enable_reactive_scribble_component_toolbar:
undefined|boolean
enable_reorder_component_options_menu
enable_reorder_component_options_menu:
undefined|boolean
enable_reorder_scribble_isolation
enable_reorder_scribble_isolation:
undefined|boolean
enable_reorder_search
enable_reorder_search:
undefined|boolean
enable_resizable_multimedia_component
enable_resizable_multimedia_component:
undefined|boolean
enable_responsive_scribble_component
enable_responsive_scribble_component:
undefined|boolean
enable_saved_canvases_filters
enable_saved_canvases_filters:
undefined|boolean
enable_scale_content
enable_scale_content:
undefined|boolean
enable_scribble_component
enable_scribble_component:
undefined|boolean
enable_scribble_content_as_background
enable_scribble_content_as_background:
undefined|boolean
enable_search_and_filters_in_multimedia_component
enable_search_and_filters_in_multimedia_component:
undefined|boolean
enable_section_context_in_dsr
enable_section_context_in_dsr:
undefined|boolean
enable_section_selector_edit_section
enable_section_selector_edit_section:
undefined|boolean
enable_selectors_dnd
enable_selectors_dnd:
undefined|boolean
enable_sharebox_apps
enable_sharebox_apps:
undefined|boolean
enable_sharebox_bulk_filtering
enable_sharebox_bulk_filtering:
undefined|boolean
enable_short_tag_column_in_tables
enable_short_tag_column_in_tables:
undefined|boolean
enable_smart_folders
enable_smart_folders:
undefined|boolean
enable_smart_folders_for_sections
enable_smart_folders_for_sections:
undefined|boolean
enable_smart_folders_in_files
enable_smart_folders_in_files:
undefined|boolean
enable_smart_folders_in_section_selector
enable_smart_folders_in_section_selector:
undefined|boolean
enable_sorting_in_section_picker
enable_sorting_in_section_picker:
undefined|boolean
enable_sorting_in_sections
enable_sorting_in_sections:
undefined|boolean
enable_sorting_in_tiptap_table
enable_sorting_in_tiptap_table:
undefined|boolean
enable_suggested_tags
enable_suggested_tags:
undefined|boolean
enable_template_folders
enable_template_folders:
undefined|boolean
enable_theme_assets
enable_theme_assets:
undefined|boolean
enable_theme_options_border_radius
enable_theme_options_border_radius:
undefined|boolean
enable_themes
enable_themes:
undefined|boolean
enable_toc_enhancements_to_support_same_section_in_section_list
enable_toc_enhancements_to_support_same_section_in_section_list:
undefined|boolean
hide_asset_uploader
hide_asset_uploader:
undefined|boolean
include_files_content_in_print
include_files_content_in_print:
undefined|boolean
interpolate_rep_canvases_on_edit_mode
interpolate_rep_canvases_on_edit_mode:
undefined|boolean
is_fe_sentry_enabled
is_fe_sentry_enabled:
undefined|boolean
is_timeline_component_allowed
is_timeline_component_allowed:
undefined|boolean
keep_static_pptx_editable
keep_static_pptx_editable:
undefined|boolean
launch_in_full_screen_on_present_mode
launch_in_full_screen_on_present_mode:
undefined|boolean
prefer_online_handlers
prefer_online_handlers:
undefined|boolean
pspdfkit_client_version
pspdfkit_client_version:
undefined|"2024.6.0"|"2024.7.0"
restrict_owned_files_from_admins
restrict_owned_files_from_admins:
undefined|boolean
selectors_dnd_batch_add_style
selectors_dnd_batch_add_style:
undefined|"button"|"buttons"|"dropdown"
show_asset_manager_for_multimedia
show_asset_manager_for_multimedia:
undefined|boolean
show_clear_all_annotations_button
show_clear_all_annotations_button:
undefined|boolean
show_content_selector_list_view
show_content_selector_list_view:
undefined|boolean
show_metadata_filters_in_all_canvas_things
show_metadata_filters_in_all_canvas_things:
undefined|boolean
show_only_preview_mode_for_html_component
show_only_preview_mode_for_html_component:
undefined|boolean
show_popularity_icons
show_popularity_icons:
undefined|boolean
skip_pspdfkit_wait_for_high_res_thumbs
skip_pspdfkit_wait_for_high_res_thumbs:
undefined|boolean
slotty_ui_remote_script_url
slotty_ui_remote_script_url:
undefined|""|"https://anyvalidurl.xyz"
use_core_endpoint_for_analytics
use_core_endpoint_for_analytics:
undefined|boolean
use_short_url_for_shared_link
use_short_url_for_shared_link:
undefined|boolean
use_zoho_instead_of_ms_wopi
use_zoho_instead_of_ms_wopi:
undefined|boolean
LaunchDarklyNumberFlagKey
LaunchDarklyNumberFlagKey:
"canvas_section_selector_page_size"|"canvas_section_selector_selected_items_with_thumbnail_size"
LaunchDarklyObjectFlags
LaunchDarklyObjectFlags:
object
Type declaration
canvas_manager_table_columns
canvas_manager_table_columns:
CanvasManagerTableColumns
context_crm_shape
context_crm_shape:
Record<string,any>
LaunchDarklyStringFlagKey
LaunchDarklyStringFlagKey: keyof typeof
LaunchDarklyStringFlags
LaunchDarklyStringFlagValue<K>
LaunchDarklyStringFlagValue<
K>:KextendsLaunchDarklyStringFlagKey? typeofLaunchDarklyStringFlags[K][number] :never
Type Parameters
| Type Parameter | Default type |
|---|---|
K extends LaunchDarklyStringFlagKey | LaunchDarklyStringFlagKey |
MetadataHighlightProperty
MetadataHighlightProperty:
object
Type declaration
background_color?
optionalbackground_color:string
color?
optionalcolor:string
icon?
optionalicon:string
key
key:
string
match_value
match_value:
string|string[] |number|boolean
text
text:
string
MetadataTemplate
MetadataTemplate:
object
Type declaration
created_at
readonlycreated_at:string
created_by
readonlycreated_by:MiniUser
file
readonlyfile:MiniFile
id
readonlyid:string
instance
readonlyinstance:MiniInstance
modified_at
readonlymodified_at:string
modified_by
readonlymodified_by:MiniUser
owned_by
readonlyowned_by:MiniUser
sections?
optionalsections:MetadataTemplateSection[]
MetadataTemplateField
MetadataTemplateField:
object
Type declaration
default?
optionaldefault:string|boolean|number|null
help_text?
optionalhelp_text:string
is_filterable?
optionalis_filterable:boolean
is_pitch_master?
optionalis_pitch_master:boolean
is_required?
optionalis_required:boolean
is_sortable?
optionalis_sortable:boolean
label
label:
string
name
name:
string
options?
optionaloptions:MetadataTemplateOption[]
type
MetadataTemplateOption
MetadataTemplateOption:
object
Type declaration
label
label:
string
value
value:
string
MetadataTemplateSection
MetadataTemplateSection:
object
Type declaration
are_fields_dependent?
optionalare_fields_dependent:boolean
fields
fields:
MetadataTemplateField[]
label
label:
string
MiniCanvas
MiniCanvas:
object
Type declaration
id
readonlyid:string
name
name:
string
MiniEnvironment
MiniEnvironment:
object
Type declaration
color?
optionalcolor:string|null
id
readonlyid:number
name
name:
string
MiniEvent
MiniEvent:
object
Type declaration
id
readonlyid:string
start_at
start_at:
string
subject
subject:
string
MiniFile
MiniFile:
object
Type declaration
id
readonlyid:string
name
name:
string
MiniFolder
MiniFolder:
object
Type declaration
id
readonlyid:string
name
name:
string
MiniInstance
MiniInstance:
object
Type declaration
id
readonlyid:string
name
name:
string
MiniPage
MiniPage:
object
Type declaration
id
readonlyid:string
page_index?
optionalpage_index:number
MiniRegion
MiniRegion:
object
Type declaration
id
readonlyid:number
name
name:
string
MiniSharedLink
MiniSharedLink:
object
Type declaration
short_url?
optionalshort_url:string|null
url
readonlyurl:string
MiniUser
MiniUser:
object
Type declaration
email?
optionalemail:string
id
readonlyid:number
name
readonlyname:string
MultimediaProps
MultimediaProps:
ExternalMultimediaAssetType|PitcherMultimediaAssetType
Mutable<T>
Mutable<
T>:object
Type Parameters
| Type Parameter |
|---|
T |
Organization
Organization:
object
Type declaration
branding
readonlybranding:OrganizationBranding
display_name
readonlydisplay_name:string
id
readonlyid:string
metadata
readonlymetadata:Record<string,any>
name
readonlyname:string
settings
readonlysettings:Record<string,any>
OrganizationBranding
OrganizationBranding:
object
Type declaration
colors?
optionalcolors:OrganizationBrandingColors|null
logo_url?
optionallogo_url:string
OrganizationBrandingColors
OrganizationBrandingColors:
object
Type declaration
page_background?
optionalpage_background:string
primary?
optionalprimary:string
OrganizationSettings
OrganizationSettings:
object
Type declaration
allow_revoke_shared_link?
optionalallow_revoke_shared_link:boolean
alternative_canvas_fullscreen?
optionalalternative_canvas_fullscreen:boolean
api_client_timeout?
optionalapi_client_timeout:number
assets_route_order?
optionalassets_route_order:number
auto_assignment_rules?
optionalauto_assignment_rules:object[]
business_logic_ids_to_section_ids_resolver?
optionalbusiness_logic_ids_to_section_ids_resolver:string
canvas?
optionalcanvas:object
canvas.enable_read_only_canvas_creation_account?
optionalenable_read_only_canvas_creation_account:boolean
canvas.enable_v_trusted_js_in_html?
optionalenable_v_trusted_js_in_html:boolean
canvas.enable_wizard_preview_button?
optionalenable_wizard_preview_button:boolean
canvas.locks_polling_interval?
optionallocks_polling_interval:number
canvas.scribble_file_renderer?
optionalscribble_file_renderer:"image"|"pdfjs"|"pspdfkit"
canvas.shared_link?
optionalshared_link:object
canvas.shared_link.disable_rep_changing_allow_download?
optionaldisable_rep_changing_allow_download:boolean
canvas.shared_link.email_disclaimer?
optionalemail_disclaimer:string
canvas.shared_link.initial_allow_download?
optionalinitial_allow_download:boolean
canvas.shared_link.logo_style?
optionallogo_style:Record<string,any>
canvas.shared_link.logo_url?
optionallogo_url:string
canvas.shared_link.title?
optionaltitle:string
canvas.shared_link.valid_until_options?
optionalvalid_until_options:object[]
canvas.use_linkable_in_catalogiq?
optionaluse_linkable_in_catalogiq:boolean
canvases_route_order?
optionalcanvases_route_order:number
content_browser_route_order?
optionalcontent_browser_route_order:number
convert_pptx_to_html?
optionalconvert_pptx_to_html:boolean
convert_pptx_to_html_default_value?
optionalconvert_pptx_to_html_default_value:boolean
default_pdf_page_dimensions?
optionaldefault_pdf_page_dimensions:object
default_pdf_page_dimensions.height?
optionalheight:number|string
default_pdf_page_dimensions.print_scale?
optionalprint_scale:number
default_pdf_page_dimensions.width?
optionalwidth:number|string
disable_browser_search_context?
optionaldisable_browser_search_context:boolean
disable_core_canvas_metadata?
optionaldisable_core_canvas_metadata:boolean
disable_postcall?
optionaldisable_postcall:boolean
display_metadata_filters_in_modal?
optionaldisplay_metadata_filters_in_modal:boolean
enable_admin_asset_manager?
optionalenable_admin_asset_manager:boolean
enable_content_rating_in_call?
optionalenable_content_rating_in_call:boolean
enable_crm_privacy_mode?
optionalenable_crm_privacy_mode:boolean
enable_download_original_file_in_impact?
optionalenable_download_original_file_in_impact:boolean
enable_folder_description_via_name?
optionalenable_folder_description_via_name:boolean
enable_indicators?
optionalenable_indicators:boolean
enable_js_api_recommended_files?
optionalenable_js_api_recommended_files:boolean
enable_metadata_info_in_list_item?
optionalenable_metadata_info_in_list_item:boolean
enable_monaco_html_editor?
optionalenable_monaco_html_editor:boolean
enable_multi_language?
optionalenable_multi_language:boolean
enable_multipeer_connectivity?
optionalenable_multipeer_connectivity:boolean
enable_ppt_converter_in_canvas_templates?
optionalenable_ppt_converter_in_canvas_templates:boolean
enable_presentation_annotations?
optionalenable_presentation_annotations:boolean
enable_quick_filters_for_search_metadata_filters?
optionalenable_quick_filters_for_search_metadata_filters:boolean
enable_search_filter_with_suggestions?
optionalenable_search_filter_with_suggestions:boolean
enable_search_with_suggestions?
optionalenable_search_with_suggestions:boolean
enable_slotty_ui_asset_manager?
optionalenable_slotty_ui_asset_manager:boolean
enable_speaker_notes?
optionalenable_speaker_notes:boolean
enable_syncbox?
optionalenable_syncbox:boolean
enable_thumbnails_for_templates_and_blocks?
optionalenable_thumbnails_for_templates_and_blocks:boolean
file_annotations_mode?
optionalfile_annotations_mode:"admin"|"personal"
full_text_search_config?
optionalfull_text_search_config:string
generate_only_sections_in_ppt_converter?
optionalgenerate_only_sections_in_ppt_converter:boolean
impact_show_only_saved_canvases_in_canvas_manager?
optionalimpact_show_only_saved_canvases_in_canvas_manager:boolean
include_canvas_content_in_full_text_search?
optionalinclude_canvas_content_in_full_text_search:boolean
include_canvas_metadata_in_full_text_search?
optionalinclude_canvas_metadata_in_full_text_search:boolean
include_file_content_in_full_text_search?
optionalinclude_file_content_in_full_text_search:boolean
include_file_metadata_in_full_text_search?
optionalinclude_file_metadata_in_full_text_search:boolean
ios?
optionalios:OrganizationSettings
is_meeting_bar_account_selection_disabled?
optionalis_meeting_bar_account_selection_disabled:boolean
launch_in_present_mode_on_creation?
optionallaunch_in_present_mode_on_creation:boolean
location_prompt_message?
optionallocation_prompt_message:string
location_prompt_type?
optionallocation_prompt_type:"warning"|"block"
max_files_limit?
optionalmax_files_limit:number
metadata_highlight_properties?
optionalmetadata_highlight_properties:MetadataHighlightProperty[]
minimum_event_duration_in_call?
optionalminimum_event_duration_in_call:number
pipe_multi_search_separator?
optionalpipe_multi_search_separator:string
section_thumbnail_url_transformer?
optionalsection_thumbnail_url_transformer:string
sfdc?
optionalsfdc:object
sfdc.use_static_ip_proxy?
optionaluse_static_ip_proxy:boolean
skip_metadata_keys_in_list_item?
optionalskip_metadata_keys_in_list_item:string[]
slotty_ui_route_config?
optionalslotty_ui_route_config:object[]
smart_folder_rule_attributes?
optionalsmart_folder_rule_attributes:SmartFolderRuleAttributes
translation_overrides?
optionaltranslation_overrides:TranslationOverrides
use_collection_player_as_default_file_viewer?
optionaluse_collection_player_as_default_file_viewer:boolean
use_collection_player_as_default_file_viewer_for_content_extensions?
optionaluse_collection_player_as_default_file_viewer_for_content_extensions:string[]
use_collection_player_as_default_file_viewer_for_original_extensions?
optionaluse_collection_player_as_default_file_viewer_for_original_extensions:string[]
use_collection_player_with_annotations?
optionaluse_collection_player_with_annotations:boolean
PaginatedData<Data>
PaginatedData<
Data>:object
Type Parameters
| Type Parameter |
|---|
Data |
Type declaration
count
count:
number
next
next:
string|null
previous
previous:
string|null
results
results:
Data[]
PaginatedFavoriteList
PaginatedFavoriteList:
object
Type declaration
count?
optionalcount:number
next?
optionalnext:string|null
previous?
optionalprevious:string|null
results?
optionalresults:Favorite[]
PaginatedFileList
PaginatedFileList:
object
Type declaration
count?
optionalcount:number
next?
optionalnext:string|null
previous?
optionalprevious:string|null
results?
optionalresults:File[]
PaginatedFolderList
PaginatedFolderList:
object
Type declaration
count?
optionalcount:number
next?
optionalnext:string|null
previous?
optionalprevious:string|null
results?
optionalresults:Folder[]
PaginatedMetadataTemplateList
PaginatedMetadataTemplateList:
object
Type declaration
count?
optionalcount:number
next?
optionalnext:string|null
previous?
optionalprevious:string|null
results?
optionalresults:MetadataTemplate[]
PatchedCanvasUpdateRequest
PatchedCanvasUpdateRequest:
object
Type declaration
access_type?
optionalaccess_type:AccessTypeEnum
account?
optionalaccount:AccountRequest|null
content?
optionalcontent:Record<string,any>
context?
optionalcontext:any
expires_at?
optionalexpires_at:string|null
folder_id?
optionalfolder_id:string|null
indicators?
optionalindicators:Record<string,any> |null
instance_id?
optionalinstance_id:string
is_block?
optionalis_block:boolean
is_default?
optionalis_default:boolean
is_draft?
optionalis_draft:boolean
is_editable?
optionalis_editable:boolean
is_section?
optionalis_section:boolean
is_template?
optionalis_template:boolean
metadata?
optionalmetadata:any
name?
optionalname:string
owned_by_id?
optionalowned_by_id:number|null
start_at?
optionalstart_at:string|null
tags?
optionaltags:string[]
theme?
optionaltheme:Record<string,any> |null
thumbnail_url?
optionalthumbnail_url:string|null
PatchedEventRequest
PatchedEventRequest:
object
Type declaration
attendees?
optionalattendees:EventAttendeeRequest[]
canvas_id?
optionalcanvas_id:string
description?
optionaldescription:string
end_at?
optionalend_at:string
external_objects?
optionalexternal_objects:EventExternalObjectRequest[]
id?
optionalid:string
location?
optionallocation:string
metadata?
optionalmetadata:any
start_at?
optionalstart_at:string
status?
optionalstatus:EventStatusEnum
subject?
optionalsubject:string
PitcherMultimediaAssetType
PitcherMultimediaAssetType:
object
Type declaration
asset_type
asset_type: typeof
MULTIMEDIA_IMG_TYPE.pitcher_asset
file
file:
object
file.content_url?
optionalcontent_url:File["content_url"]
file.id
id:
File["id"]
file.name
name:
File["name"]
horizontal_alignment?
optionalhorizontal_alignment:MultimediaHorizontalAlignmentOptions
poster_background_size?
optionalposter_background_size:BackgroundSize
poster_url?
optionalposter_url:string
type
type:
"image"|"video"
Range<F, T>
Type Parameters
| Type Parameter |
|---|
F extends number |
T extends number |
SelectCollectionContent()
SelectCollectionContent: (
payload) =>Promise<{content:CollectionPlayer;user_action:string; }>
Parameters
| Parameter | Type |
|---|---|
payload | { attach_to: HTMLElement | string; initial_data: CollectionPlayer; initial_metadata_filters: Record<string, any>; open_settings: CollectionSelectorProps["openSettings"]; readonly_name: CollectionSelectorProps["readonlyName"]; } |
payload.attach_to? | HTMLElement | string |
payload.initial_data? | CollectionPlayer |
payload.initial_metadata_filters? | Record<string, any> |
payload.open_settings? | CollectionSelectorProps["openSettings"] |
payload.readonly_name? | CollectionSelectorProps["readonlyName"] |
Returns
Promise<{ content: CollectionPlayer; user_action: string; }>
SelectedFile
SelectedFile:
object
Type declaration
access_type
access_type:
undefined|AccessTypeEnum
content_type
content_type:
FileContentTypeEnum
created_by
created_by:
MiniUser
expires_at
expires_at:
null|string
id
id:
string
metadata
metadata:
Record<string,any>
modified_at
modified_at:
string
name
name:
string
original_extension
original_extension:
null|string
original_url
original_url:
null|string
owned_by
owned_by:
MiniUser
permissions
permissions:
undefined|FilePermission
status
status:
FileStatusEnum
tags
tags:
string[]
thumbnail_url
thumbnail_url:
string
type
type:
"file"
SelectedPage
SelectedPage:
object
Type declaration
file
file:
object
file.id
id:
File["id"]
file.name
name:
File["name"]
id
id:
string
name?
optionalname:string
page_index
page_index:
number
permissions?
optionalpermissions:File["permissions"]
thumbnail_url?
optionalthumbnail_url:string
type
type:
"page"
SelectFileContent()
SelectFileContent: (
payload) =>Promise<{content: (SelectedFile|SelectedPage)[];user_action:string; }>
Parameters
| Parameter | Type |
|---|---|
payload | { allowed_asset_content_types: FileContentTypeEnum[]; allowed_content_types: FileContentTypeEnum[]; allowed_selector_types: SelectorType[]; attach_to: HTMLElement | string; initial_metadata_filters: Record<string, any>; selections: Selection[]; } |
payload.allowed_asset_content_types? | FileContentTypeEnum[] |
payload.allowed_content_types? | FileContentTypeEnum[] |
payload.allowed_selector_types? | SelectorType[] |
payload.attach_to? | HTMLElement | string |
payload.initial_metadata_filters? | Record<string, any> |
payload.selections? | Selection[] |
Returns
Promise<{ content: (SelectedFile | SelectedPage)[]; user_action: string; }>
Selection
Selection:
ContentSelection|ExternalLinkSelection|AssetSelection
SelectorType
SelectorType:
"content"|"assets"|"external_links"|"ai_images"|"pexels_images"|"theme"|`multimedia-selector-${string}`
SfEvent
SfEvent:
object
Type declaration
Account?
optionalAccount:object
Account.Name?
optionalName:string
AccountId?
optionalAccountId:string
Description?
optionalDescription:string
DurationInMinutes?
optionalDurationInMinutes:string
EndDateTime?
optionalEndDateTime:string
EventWhoIds?
optionalEventWhoIds:string[]
Id?
optionalId:string
IsAllDayEvent?
optionalIsAllDayEvent:boolean
Name?
optionalName:string
OwnerId?
optionalOwnerId:string
StartDateTime?
optionalStartDateTime:string
Subject?
optionalSubject:string
Type?
optionalType:string
WhatCount?
optionalWhatCount:number
WhatId?
optionalWhatId:string
WhoCount?
optionalWhoCount:number
WhoId?
optionalWhoId:string
SharedLink
SharedLink:
object
Type declaration
canvas
readonlycanvas:SharedLinkCanvas
file
readonlyfile:Record<string,any> |null
id
readonlyid:string
instance
readonlyinstance:SharedLinkInstance
organization
readonlyorganization:SharedLinkOrganization
short_url?
optionalshort_url:string|null
status
readonlystatus:string
type
readonlytype:string
url
readonlyurl:string
SharedLinkCanvas
SharedLinkCanvas:
object
Type declaration
content?
optionalcontent:Record<string,any>
context?
optionalcontext:any
id
readonlyid:string
name
name:
string
sections
readonlysections:CanvasSection[]
theme?
optionaltheme:Record<string,any> |null
thumbnail_url?
optionalthumbnail_url:string|null
SharedLinkInstance
SharedLinkInstance:
object
Type declaration
color?
optionalcolor:string|null
environment
readonlyenvironment:Record<string,any>
id
readonlyid:string
logo?
optionallogo:string|null
name
name:
string
settings?
optionalsettings:any
SharedLinkOrganization
SharedLinkOrganization:
object
Type declaration
display_name?
optionaldisplay_name:string|null
id
id:
string
metadata?
optionalmetadata:any
name
name:
string
settings?
optionalsettings:any
SmartFolderRuleAttribute
SmartFolderRuleAttribute:
object
Type declaration
accessor
accessor:
string
display_name
display_name:
string
name
name:
string
type
type:
"string"|"boolean"|"number"|"date"|"array"
SmartFolderRuleAttributes
SmartFolderRuleAttributes:
object
Type declaration
canvas?
optionalcanvas:SmartFolderRuleAttribute[]
canvas_templates?
optionalcanvas_templates:SmartFolderRuleAttribute[]
files?
optionalfiles:SmartFolderRuleAttribute[]
max_sync_limit?
optionalmax_sync_limit:number
section?
optionalsection:SmartFolderRuleAttribute[]
sync?
optionalsync:boolean
sync_chunk_size?
optionalsync_chunk_size:number
SupportedLocale
SupportedLocale:
"en"|"de"|"pl"|"tr"|"el"|"fr"|"es"|"th"|"ja"|"zh"|"it"|"pt"|"pt-br"|"nl"
TranslationOverrides
TranslationOverrides:
object
Type declaration
de
de:
undefined|Record<string,string>
el
el:
undefined|Record<string,string>
en
en:
undefined|Record<string,string>
es
es:
undefined|Record<string,string>
fr
fr:
undefined|Record<string,string>
it
it:
undefined|Record<string,string>
ja
ja:
undefined|Record<string,string>
nl
nl:
undefined|Record<string,string>
pl
pl:
undefined|Record<string,string>
pt
pt:
undefined|Record<string,string>
pt-br
pt-br:
undefined|Record<string,string>
th
th:
undefined|Record<string,string>
tr
tr:
undefined|Record<string,string>
zh
zh:
undefined|Record<string,string>
Translations
Translations:
object
Type declaration
createGroup?
optionalcreateGroup:string
title?
optionaltitle:string
warningMessage?
optionalwarningMessage:string
UpdateEnvParams
UpdateEnvParams:
object
Type declaration
language
language:
undefined|LanguageEnum
UpdateFolderPayload
UpdateFolderPayload:
object
Type declaration
access_type
access_type:
undefined|AccessTypeEnum
id
id:
string
name
name:
string
owned_by_id
owned_by_id:
undefined|null|number
parent_folder_id
parent_folder_id:
undefined|string
rules
rules:
undefined|FolderRuleRequest[]
thumbnail_id
thumbnail_id:
undefined|null|string
User
User:
object
Type declaration
activated_at
readonlyactivated_at:string|null
connected_services
readonlyconnected_services:ConnectedService[]
connection
readonlyconnection:string|null
deactivated_at
readonlydeactivated_at:string|null
email
readonlyemail:string
first_name?
optionalfirst_name:string
id
readonlyid:number
is_active
readonlyis_active:boolean
joined_date
readonlyjoined_date:string
language?
optionallanguage:LanguageEnum
last_login_date
readonlylast_login_date:string|null
last_name?
optionallast_name:string
name
readonlyname:string
Get user name without connection info - connection info is available in the 'connection' field.
picture
readonlypicture:string|null
preferred_username?
optionalpreferred_username:string
role?
optionalrole:UserRoleEnum
tags?
optionaltags:string[] |null
timezone?
optionaltimezone:string
ValuesOf<T>
ValuesOf<
T>:T[keyofT]
Type Parameters
| Type Parameter |
|---|
T |
Variables
CLIENT_TYPE
constCLIENT_TYPE:object
Type declaration
admin
readonlyadmin:"admin"='admin'
dsr
readonlydsr:"dsr"='dsr'
impact
readonlyimpact:"impact"='impact'
impactCanvasHome
readonlyimpactCanvasHome:"impact-canvas-home"='impact-canvas-home'
LaunchDarklyStringFlags
constLaunchDarklyStringFlags:object
Type declaration
ai_image_generation_model
readonlyai_image_generation_model: readonly ["minimax/image-01",""]
ai_text_generation_model
readonlyai_text_generation_model: readonly ["anthropic/claude-3.5-sonnet",""]
ai_video_generation_model
readonlyai_video_generation_model: readonly ["minimax/video-01",""]
batch_open_content_grid_ar_files
readonlybatch_open_content_grid_ar_files: readonly ["off","simultaneous","swap"]
canvas_component_grouping
readonlycanvas_component_grouping: readonly ["page","page_break","none"]
dsr_remote_script_url
readonlydsr_remote_script_url: readonly ["https://anyvalidurl.xyz",""]
pspdfkit_client_version
readonlypspdfkit_client_version: readonly ["2024.6.0","2024.7.0"]
selectors_dnd_batch_add_style
readonlyselectors_dnd_batch_add_style: readonly ["button","buttons","dropdown"]
slotty_ui_remote_script_url
readonlyslotty_ui_remote_script_url: readonly ["https://anyvalidurl.xyz",""]
Functions
| Function | Description |
|---|---|
| createHighLevelApi | Creates a high-level API instance and caches it. Reterns a new instance only if new options are provided. |
