Documentation
    Preparing search index...

    Interface ConfigSettingsContext

    Shell-owned settings state and commit boundary passed to host UI code.

    interface ConfigSettingsContext {
        schema: NappletConfigSchema;
        values: ConfigValues;
        commit(values: ConfigValues): ConfigValues;
    }
    Index

    Properties

    Methods

    Properties

    schema: NappletConfigSchema

    Accepted schema for this live napplet window.

    values: ConfigValues

    Current validated/defaulted values.

    Methods