MCPcopy Create free account
hub / github.com/SilverDecisions/SilverDecisions / show

Method show

src/loading-indicator.js:8–12  ·  view source on GitHub ↗
(message='')

Source from the content-addressed store, hash-verified

6
7export class LoadingIndicator{
8 static show(message=''){
9 var html = Templates.get('loadingIndicator');
10
11 var g = d3.select('body').selectOrAppend('div.sd-loading-indicator-container').html(html).select('.sd-loading-indicator').classed('visible', true).style('display', 'block')
12 }
13
14 static hide(){
15 let select = d3.select('.sd-loading-indicator');

Calls 1

getMethod · 0.45

Tested by

no test coverage detected