Describes the settings for parameters panel.

interface ParametersPanelSettings {
    location: "default" | "top";
    open: "auto" | "always";
}

Properties

Properties

location: "default" | "top"

Adjusts the position of the parameters panel.

Example: Usage example:

location: 'top'

Adjusts the opening mode of the parameters panel.

Example: Usage example:

open: 'always'
open: "auto" | "always"