Skip to content

Configure sections

UIinterface

Configures pinned Graphext sections.

Usage


The following are the step's expected inputs and outputs and their specific types.

Step signature
configure_sections({"param": value})

where the object {"param": value} is optional in most cases and if present may contain any of the parameters described in the corresponding section below.

Example

Example call (in recipe editor)
configure_sections({ compare: { pinned: true }, correlations: { pinned: true } })

Parameters


compare: object

Configuration for Graphext sections. Configuration for Graphext sections.

Items in compare

pinned: boolean

Defines if the section is pinned to the top bar.


correlations: object

Configuration for Graphext sections. Configuration for Graphext sections.

Items in correlations

pinned: boolean

Defines if the section is pinned to the top bar.


graph: object

Configuration for Graphext sections. Configuration for Graphext sections.

Items in graph

pinned: boolean

Defines if the section is pinned to the top bar.


insights: object

Configuration for Graphext sections. Configuration for Graphext sections.

Items in insights

pinned: boolean

Defines if the section is pinned to the top bar.


models: object

Configuration for Graphext sections. Configuration for Graphext sections.

Items in models

pinned: boolean

Defines if the section is pinned to the top bar.


plot: object

Configuration for Graphext sections. Configuration for Graphext sections.

Items in plot

pinned: boolean

Defines if the section is pinned to the top bar.