File

src/app/models/legend.model.ts

Index

Properties

Properties

bmType
bmType: string
Type : string
Optional
color
color: string
Type : string
name
name: string
Type : string
sortOrder
sortOrder: number
Type : number
style
style: string
Type : string
export interface Legend {
  name: string;
  color: string;
  style: string;
  sortOrder: number;
  bmType?: string;
}

results matching ""

    No results matching ""