Home > kibana-plugin-core-server > PluginConfigDescriptor > exposeToBrowser
List of configuration properties that will be available on the client-side plugin.
Signature:
exposeToBrowser?: {
[P in keyof T]?: boolean;
};
Home > kibana-plugin-core-server > PluginConfigDescriptor > exposeToBrowser
List of configuration properties that will be available on the client-side plugin.
Signature:
exposeToBrowser?: {
[P in keyof T]?: boolean;
};