plugins.fastaction.settings.popup.border
Style of the popup border. Can be “single”, “double”, “rounded”, “thick”, or a table of strings in the format:
[
"top left"
"top"
"top right"
"right"
"bottom right"
"bottom"
"bottom left"
"left"
]
Type: null or string or list of string
Default:
null
Plugin default: "rounded"
Declared by:
plugins.fastaction.settings.popup.hide_cursor
Whether to hide the cursor when the popup is shown.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.fastaction.settings.popup.highlight
Configures the highlights of different aspects of the popup.
Type: null or (attribute set of (string or raw lua code))
Default:
null
Plugin default:
{
divider = "FloatBorder";
key = "MoreMsg";
title = "Title";
window = "NormalFloat";
}
Declared by:
plugins.fastaction.settings.popup.relative
Specifies what the popup is relative to.
Type: null or string or raw lua code
Default:
null
Plugin default: "cursor"
Declared by:
plugins.fastaction.settings.popup.title
Title of the popup.
Type: null or string or raw lua code
Default:
null
Plugin default: "Select one of:"
Declared by:
plugins.fastaction.settings.popup.x_offset
Configures the horizontal position of the popup with respect to the relative value.
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 0
Declared by:
plugins.fastaction.settings.popup.y_offset
Configures the vertical position of the popup with respect to the relative value.
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 0
Declared by: