Type alias ElementParameter

ElementParameter: {
    group: string | undefined;
    isInstance: boolean;
    name: string | undefined;
    value: string | undefined;
}

Representation of ElementParamter entity from the entity model See https://github.com/vimaec/vim/blob/master/ObjectModel/object-model-schema.json

Type declaration

  • group: string | undefined
  • isInstance: boolean
  • name: string | undefined
  • value: string | undefined

Generated using TypeDoc