setup

open fun setup(program: Program)(source)

Allows an extension to perform its setup process with the given Program instance.

This method is intended to provide a way for extensions to configure themselves or interact with the program during its initialization phase.

Parameters

program

the program instance associated with this setup process, used to configure or initialize the extension.