Flow type, What does the `+` symbol mean in front a property?

后端 未结 3 1318
离开以前
离开以前 2020-12-11 14:21

I came across the following code written in js FlowType (I am interested to know the value of + in the context of FlowType not in general JS).

Could you please expla

3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-11 15:01

    The + symbol in front of the property means the property is read-only

    Reference: https://flow.org/en/docs/types/interfaces/#toc-interface-property-variance-read-only-and-write-only

提交回复
热议问题