mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat: bump more deps (#14079)
This commit is contained in:
@@ -74,7 +74,7 @@ The bound of the element without considering the response extension.
|
||||
|
||||
#### Get Signature
|
||||
|
||||
> **get** **lockedBySelf**(): `undefined` \| `boolean`
|
||||
> **get** **lockedBySelf**(): `boolean` \| `undefined`
|
||||
|
||||
Indicates whether the current block is explicitly locked by self.
|
||||
For checking the lock status of the element, use `isLocked` instead.
|
||||
@@ -82,7 +82,7 @@ For (un)locking the element, use `(un)lock` instead.
|
||||
|
||||
##### Returns
|
||||
|
||||
`undefined` \| `boolean`
|
||||
`boolean` \| `undefined`
|
||||
|
||||
#### Set Signature
|
||||
|
||||
@@ -96,7 +96,7 @@ For (un)locking the element, use `(un)lock` instead.
|
||||
|
||||
###### lockedBySelf
|
||||
|
||||
`undefined` | `boolean`
|
||||
`boolean` | `undefined`
|
||||
|
||||
##### Returns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user