MCPcopy Index your code
hub / github.com/microsoft/SandDance / parseSettings

Method parseSettings

packages/powerbi/src/visual.ts:313–315  ·  view source on GitHub ↗
(dataView: DataView)

Source from the content-addressed store, hash-verified

311 }
312
313 private static parseSettings(dataView: DataView): VisualSettings {
314 return VisualSettings.parse(dataView);
315 }
316
317 /**
318 * This function gets called for each of the objects defined in the capabilities files and allows you to select which of the

Callers 1

showMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected