Home
last modified time | relevance | path

Searched defs:isOptional (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/build-tools/dts_parser/src/typedef/statistics/
DApiStatistics.ts55 isOptional: boolean = false; property in ApiStatisticsInfo
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/src/
Dtag_value_check.ts278 const isOptional: boolean = !(singleApi as PropertyInfo).getIsRequired(); constant