Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SerializedAnalysis<K>

This interface defines a JSON friendly serialization of an {Analysis}.

Type parameters

  • K: keyof TemplateTypes

Hierarchy

  • SerializedAnalysis

Index

Properties

blocks

blocks: ObjectDictionary<string>

elements

elements: ObjectDictionary<SerializedElementAnalysis>

stylesFound

stylesFound: string[]

template

template: SerializedTemplateInfo<K>

Generated using TypeDoc