Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/toeverything/AFFiNE
/ functions
Functions
18,927 in github.com/toeverything/AFFiNE
⨍
Functions
18,927
◇
Types & classes
7,103
Method
interactExtensions
()
blocksuite/framework/std/src/gfx/interactivity/manager.ts:99
Method
interactable
()
blocksuite/affine/inlines/reference/src/reference-node/reference-config.ts:36
Method
interactive
()
blocksuite/affine/inlines/footnote/src/footnote-node/footnote-node.ts:85
Method
interactive
()
blocksuite/affine/inlines/footnote/src/footnote-node/footnote-config.ts:60
Method
interactivity
()
blocksuite/affine/blocks/surface/src/tool/default-tool.ts:136
Method
intercept
( ctx: ExecutionContext, next: CallHandler<any> )
packages/backend/server/src/base/cache/interceptor.ts:29
Function
internal
()
tools/utils/src/build-config.ts:65
Method
intersect
(other: Rect)
blocksuite/framework/global/src/gfx/model/point.ts:226
Method
intersects
({ left, top, right, bottom }: Rect)
blocksuite/framework/global/src/gfx/model/point.ts:233
Function
intersectsBound
(bound: Bound)
blocksuite/framework/std/src/gfx/model/surface/element-model.ts:238
Function
intersectsBound
(bound: Bound)
blocksuite/framework/std/src/gfx/model/surface/local-element-model.ts:202
Method
intersectsBound
(bound: Bound)
blocksuite/framework/std/src/gfx/model/gfx-block-model.ts:250
Method
intersectsBound
(bound: Bound)
blocksuite/framework/std/src/gfx/view/view.ts:144
Method
intersectsBound
(selectedBound: Bound)
blocksuite/affine/model/src/blocks/frame/frame-model.ts:150
Method
intersectsBound
(bound: Bound)
blocksuite/affine/model/src/blocks/note/note-model.ts:139
Method
inviteLink
( @Parent() workspace: WorkspaceType, @CurrentUser() user: CurrentUser )
packages/backend/server/src/core/workspaces/resolvers/member.ts:241
Method
inviteMembers
( @CurrentUser() me: CurrentUser, @Args('workspaceId') workspaceId: string, @Args({ name: 'emails'
packages/backend/server/src/core/workspaces/resolvers/member.ts:135
Function
inviteUsers
( app: TestingApp, workspaceId: string, emails: string[] )
packages/backend/server/src/__tests__/utils/invite.ts:20
Method
invoiceCount
(@CurrentUser() user: CurrentUser)
packages/backend/server/src/plugins/payment/resolver.ts:517
Method
invoiceCount
( @CurrentUser() me: CurrentUser, @Parent() workspace: WorkspaceType )
packages/backend/server/src/plugins/payment/resolver.ts:686
Method
invoices
( @CurrentUser() me: User, @Parent() user: User, @Args('take', { type: () => Int, nullable: true,
packages/backend/server/src/plugins/payment/resolver.ts:524
Method
invoices
( @CurrentUser() me: CurrentUser, @Parent() workspace: WorkspaceType, @Args('take', { type: () =>
packages/backend/server/src/plugins/payment/resolver.ts:703
Method
invokeToolHandler
( evtName: SupportedEvents, evt: PointerEventState, tool?: BaseTool )
blocksuite/framework/std/src/gfx/tool/tool-controller.ts:267
Function
is
( type: T )
blocksuite/framework/store/src/extension/selection/base.ts:39
Function
is
(selection?: TableViewSelection)
blocksuite/affine/data-view/src/view-presets/table/selection.ts:81
Method
is
(name: ErrorName)
packages/common/error/src/index.ts:86
Method
is
( type: AnyTypeInstance )
blocksuite/affine/data-view/src/core/logical/data-type.ts:60
Method
isActive
()
packages/backend/server/src/plugins/payment/schedule.ts:55
Method
isBlockDragHandleVisible
()
blocksuite/affine/widgets/drag-handle/src/drag-handle.ts:134
Method
isBlockMetaEnabled
()
blocksuite/affine/shared/src/services/block-meta-service.ts:21
Function
isBlockSnapshotNode
(node: unknown)
blocksuite/affine/shared/src/adapters/types/adapter.ts:15
Method
isBusy
()
packages/frontend/core/src/blocksuite/ai/components/ai-tools/doc-edit.ts:230
Function
isCanvasElementType
(type: string)
blocksuite/affine/blocks/surface/src/element-model/index.ts:54
Method
isCitation
()
blocksuite/affine/blocks/bookmark/src/bookmark-block.ts:124
Method
isCitation
()
blocksuite/affine/blocks/embed-doc/src/embed-linked-doc-block/embed-linked-doc-block.ts:263
Method
isCitation
()
blocksuite/affine/blocks/attachment/src/attachment-block.ts:92
Method
isCommentHighlighted
()
blocksuite/affine/blocks/image/src/image-block.ts:71
Method
isCommentHighlighted
()
blocksuite/affine/blocks/database/src/database-block.ts:319
Method
isCommentHighlighted
()
blocksuite/affine/blocks/embed/src/common/embed-block-element.ts:65
Method
isCommentHighlighted
()
blocksuite/affine/blocks/surface-ref/src/surface-ref-block.ts:145
Method
isCommentHighlighted
()
blocksuite/affine/blocks/bookmark/src/bookmark-block.ts:132
Method
isCommentHighlighted
()
blocksuite/affine/blocks/paragraph/src/paragraph-block.ts:112
Method
isCommentHighlighted
()
blocksuite/affine/blocks/code/src/code-block.ts:394
Method
isCommentHighlighted
()
blocksuite/affine/blocks/attachment/src/attachment-block.ts:96
Method
isComposing
()
blocksuite/framework/std/src/inline/inline-editor.ts:102
Method
isComposing
()
blocksuite/framework/std/src/inline/services/event.ts:458
Function
isConnected
()
blocksuite/framework/std/src/gfx/model/surface/element-model.ts:158
Method
isConnected
()
blocksuite/framework/std/src/gfx/view/view.ts:61
Function
isConnectorAndBindingsAllSelected
( connector: ConnectorElementModel | LocalConnectorElementModel, selected: GfxModel[] )
blocksuite/affine/gfx/connector/src/connector-manager.ts:107
Method
isContextProcessing
()
packages/frontend/core/src/blocksuite/ai/components/ai-chat-composer/ai-chat-composer.ts:275
Method
isCustomColor
()
blocksuite/affine/components/src/color-picker/button.ts:55
Method
isDBDocId
(docId: string)
packages/frontend/core/src/modules/db/services/db.ts:121
Function
isDiscreteRange
(range: unknown)
blocksuite/affine/components/src/slider/utils.ts:3
Function
isEdgelessMode
()
blocksuite/affine/shared/src/services/toolbar-service/context.ts:94
Function
isElement
()
blocksuite/affine/components/src/toolbar/menu-context.ts:21
Function
isElement
(ast: HtmlAST)
blocksuite/affine/shared/src/adapters/utils/hast.ts:85
Method
isElementCommentHighlighted
(element: GfxPrimitiveElementModel)
blocksuite/affine/shared/src/services/comment-service/block-element-comment-manager.ts:45
Function
isElementModel
( model: BlockModel | ElementModel )
packages/frontend/core/src/blocksuite/ai/provider/tracker.ts:99
Method
isEmbedLinkedDocModel
()
blocksuite/affine/components/src/embed-card-modal/embed-card-edit-modal.ts:217
Method
isEmbedSyncedDocModel
()
blocksuite/affine/components/src/embed-card-modal/embed-card-edit-modal.ts:221
Method
isEmpty
()
blocksuite/framework/store/src/model/block/block-model.ts:52
Method
isEmpty
()
blocksuite/framework/store/src/test/test-doc.ts:79
Method
isEmpty
()
blocksuite/framework/store/src/transformer/assets.ts:57
Method
isEmpty
(selections: SurfaceSelection[])
blocksuite/framework/std/src/gfx/selection.ts:203
Method
isEmpty
()
blocksuite/framework/std/src/gfx/model/surface/surface-model.ts:129
Method
isEmpty
()
blocksuite/framework/std/src/selection/surface.ts:57
Method
isEmpty
* A page is empty if it only contains one empty note and the canvas is empty
blocksuite/affine/model/src/blocks/root/root-block-model.ts:39
Method
isEmpty
()
blocksuite/affine/model/src/blocks/paragraph/paragraph-model.ts:62
Method
isEmpty
()
blocksuite/affine/blocks/code/src/code-toolbar/context.ts:35
Method
isEmpty$
* Get the signal for the empty state of the store. * * @category Block CRUD
blocksuite/framework/store/src/model/store/store.ts:457
Function
isEmptyBin
(bin: Uint8Array)
packages/backend/server/src/core/doc/storage/doc.ts:72
Method
isEmptyObj
(obj: Record<string, string>)
packages/frontend/core/src/modules/theme-editor/services/theme-editor.ts:33
Function
isExistedUserInfo
( userInfo: AffineUserInfo )
blocksuite/affine/shared/src/services/user-service/types.ts:21
Function
isFileMusl
(f)
packages/frontend/native/index.js:24
Function
isFixedProperty
(propertyId: string)
blocksuite/affine/data-view/src/core/data-source/base.ts:295
Function
isFocus
(selection: TableViewAreaSelection)
blocksuite/affine/data-view/src/view-presets/table/selection.ts:109
Method
isFolded
()
blocksuite/affine/model/src/blocks/embed/synced-doc/synced-doc-model.ts:27
Method
isGenerating
()
packages/frontend/core/src/blocksuite/ai/components/ai-chat-toolbar/ai-chat-toolbar.ts:61
Method
isGfxDragHandleVisible
()
blocksuite/affine/widgets/drag-handle/src/drag-handle.ts:138
Method
isGroupLikeBlock
(flavour: string)
blocksuite/affine/widgets/drag-handle/src/watchers/drag-event-watcher.ts:800
Method
isGroupLikeElem
(elem: { type: string })
blocksuite/affine/widgets/drag-handle/src/watchers/drag-event-watcher.ts:791
Method
isHovering
()
blocksuite/affine/shared/src/services/toolbar-service/flags.ts:81
Method
isHtmlPreview
()
blocksuite/affine/fragments/adapter-panel/src/body/adapter-panel-body.ts:115
Method
isInsideContainer
(e: PointerEvent)
blocksuite/affine/blocks/frame/src/present/frame-order-menu.ts:144
Method
isInternalEmbedModel
()
blocksuite/affine/components/src/embed-card-modal/embed-card-edit-modal.ts:225
Method
isLoadedRootDoc
(status: DocEngineStatus)
blocksuite/framework/sync/src/doc/engine.ts:240
Function
isLoading
()
packages/frontend/core/src/blocksuite/ai/components/ai-tools/artifact-tool.ts:104
Function
isLoading$
(id)
packages/frontend/core/src/blocksuite/view-extensions/cloud/user.ts:33
Method
isLoading$
(id: string)
packages/frontend/core/src/modules/cloud/services/public-user.ts:46
Function
isLocalAttachment
( attachment: AttachmentFile )
packages/frontend/core/src/modules/workspace-indexer-embedding/utils.ts:29
Function
isLocked
()
blocksuite/framework/std/src/gfx/model/surface/element-model.ts:247
Function
isLocked
()
blocksuite/framework/std/src/gfx/model/surface/local-element-model.ts:211
Function
isLocked
()
blocksuite/affine/data-view/src/core/view-manager/single-view.ts:168
Method
isLocked
()
blocksuite/framework/std/src/gfx/model/gfx-block-model.ts:259
Function
isLockedByAncestor
()
blocksuite/framework/std/src/gfx/model/surface/element-model.ts:251
Function
isLockedByAncestor
()
blocksuite/framework/std/src/gfx/model/surface/local-element-model.ts:215
Method
isLockedByAncestor
()
blocksuite/framework/std/src/gfx/model/gfx-block-model.ts:263
Function
isLockedBySelf
()
blocksuite/framework/std/src/gfx/model/surface/element-model.ts:255
Function
isLockedBySelf
()
blocksuite/framework/std/src/gfx/model/surface/local-element-model.ts:219
Method
isLockedBySelf
()
blocksuite/framework/std/src/gfx/model/base.ts:82
← previous
next →
15,501–15,600 of 18,927, ranked by callers