Page Contents

Home > @loopback/context-explorer > ContextExplorerConfig

ContextExplorerConfig type

Options to configure Context Explorer

Signature:

export type ContextExplorerConfig = {
    path?: string;
    enableInspection?: boolean;
    enableSVG?: boolean;
    enableD3Animation?: boolean;
};