PluginBuildInfo interface

Signature

  1. export interface PluginBuildInfo

Import

  1. import { PluginBuildInfo } from '@grafana/data';

Properties

PropertyTypeDescription
branchstring
hashstring
numbernumber
prnumber
repostring
timenumber

branch property

Signature

  1. branch?: string;

hash property

Signature

  1. hash?: string;

number property

Signature

  1. number?: number;

pr property

Signature

  1. pr?: number;

repo property

Signature

  1. repo?: string;

time property

Signature

  1. time?: number;