Vanessa 2024-04-29 23:28:39 +08:00
parent c0deaf5727
commit ded275c280
2 changed files with 13 additions and 8 deletions

View file

@ -236,6 +236,7 @@ interface IPluginSettingOption {
title: string
description?: string
actionElement?: HTMLElement
direction?: "column"|"row"
createActionElement?(): HTMLElement
}