SlashMenuSettingsModel

12 Sep 20251 minute to read

Interface for a class SlashMenuSettings

Properties

enable boolean

Specifies whether to enable or disable the slash menu in the editor.

items []

Defines the items to be displayed in the slash menu.

popupHeight string|number

Specifies the height of the slash menu popup. Can be defined in pixels, numbers, or percentages.
A numeric value is treated as pixels.

popupWidth string|number

Specifies the width of the slash menu popup. Can be defined in pixels, numbers, or percentages.
A numeric value is treated as pixels.