Generated Together
Total generated together.
Table of contents
Installation
NPM
npm i @ppci-mock/generated-together
// Polyfill: https://lit-element.polymer-project.org/guide/use#polyfills
npm i --save-dev @webcomponents/webcomponentsjs
Usage
Javascript
import '@ppci-mock/generated-together'
Browser
<!-- Default -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci-mock/generated-together/builds/index.min.js" />
<!-- Legacy -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci-mock/generated-together/builds/legacy.min.js" />
<generated-together
energyType="String"
direction="String"
></generated-together>
Properties
Property | Type | Description | Possible Values |
*energyType* | String | ELECTRICITY | |
*direction* | String | USAGE | DELIVERY | |
startDate | String | format: YYYY-MM-DD | |
endDate | String | format: YYYY-MM-DD |