250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- tailwindcss
- error
- SSR
- Props
- 기준
- Ethereum
- CSS
- node.js
- REACT
- blockchain
- bitcoin
- API
- Redux
- hardhat
- solidity
- express.js
- evm
- built in object
- web
- useState
- concept
- 삶
- nextJS
- middleware
- graphQL
- JavaScript
- Interface
- CLASS
- typeScript
- HTML
Archives
- Today
- Total
목록readonly (1)
ReasonJun
Typescript : Optional / Readonly Attribute in Interface
Optional Attribute In TypeScript interfaces, you can make properties optional by using the ? symbol after the property name. An optional property allows you to define that a certain property may or may not be present in an object that implements the interface. This provides flexibility when working with objects that may have varying sets of properties. Here's an example that demonstrates the use..
Frontend/Typescript
2023. 6. 10. 12:33