Skip to content

Opensearch dashboards.pluginconfigdescriptor.exposetobrowser

Home > opensearch-dashboards > PluginConfigDescriptor > exposeToBrowser

PluginConfigDescriptor.exposeToBrowser property

List of configuration properties that will be available on the client-side plugin.

Signature:

exposeToBrowser?: {
        [P in keyof T]?: boolean;
    };