Browse Source

Up config

pull/4849/head
Artur Arseniev 4 years ago
parent
commit
77ed23039b
  1. 4
      src/style_manager/config/config.ts

4
src/style_manager/config/config.ts

@ -1,8 +1,10 @@
import { SectorProperties } from '../model/Sector';
export interface StyleManagerConfig {
/**
* Default sectors and properties
*/
sectors?: {}[]; // TODO
sectors?: (Omit<SectorProperties, 'properties'> & { properties?: (string | SectorProperties)[] })[];
/**
* Specify the element to use as a container, string (query) or HTMLElement.

Loading…
Cancel
Save