Langium - v4.0.0
    Preparing search index...

    Interface ConfigurationSectionUpdate

    interface ConfigurationSectionUpdate {
        configuration: any;
        section: string;
    }
    Index

    Properties

    configuration: any

    The updated configuration section.

    section: string

    The name of the configuration section that has been updated.