MCPcopy
hub / github.com/plotly/dash / isOptional

Function isOptional

dash/extract-meta.js:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49const excludedDocProps = ['setProps', 'id', 'className', 'style'];
50
51const isOptional = prop => (prop.getFlags() & ts.SymbolFlags.Optional) !== 0;
52
53const PRIMITIVES = [
54 'string',

Callers 1

getPropsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…