Prop: {
    key: string;
    type: typeof propSymbol;
    value: string;
}

A property configuration of a fact for JavaScript API.

Type declaration

  • key: string

    The property name of the element in JavaScript.

  • type: typeof propSymbol
  • value: string

    The property value of the element in JavaScript.

Generated using TypeDoc