mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 04:39:27 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
990 B
990 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "DateTimeOptionsWithFormat" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
DateTimeOptionsWithFormat interface
Signature
export interface DateTimeOptionsWithFormat extends DateTimeOptions
Import
import { DateTimeOptionsWithFormat } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
defaultWithMS | boolean |
|
format | string |
defaultWithMS property
Signature
defaultWithMS?: boolean;
format property
Signature
format?: string;