interface DetailsConfig {
    panelWidth: number | PanelWidthObject;
    templates: {
        [type: string]: string;
    };
}

Properties

panelWidth: number | PanelWidthObject

The width of the details panel in pixels.

templates: {
    [type: string]: string;
}

The dictionary of default templates indexed by identify result format with value as the template component id.