Vanessa 2024-05-06 23:15:13 +08:00
parent 0557a4232c
commit 88e90d0eec
2 changed files with 35 additions and 27 deletions

View file

@ -236,7 +236,7 @@ interface IPluginSettingOption {
title: string
description?: string
actionElement?: HTMLElement
direction?: "column"|"row"
direction?: "column" | "row"
createActionElement?(): HTMLElement
}
@ -852,6 +852,7 @@ interface IAVCell {
}
interface IAVCellValue {
keyID: string,
id?: string,
type: TAVCol,
isDetached?: boolean,