Type alias ComponentInstanceProperty

ComponentInstanceProperty: {
    name?: string | null;
    type?: string | null;
    value?: string | null;
}

Type declaration

  • Optional name?: string | null
  • Optional type?: string | null
  • Optional value?: string | null