setCfg method

MarkDownElm setCfg(
  1. Configure cfgs
)

Implementation

MarkDownElm setCfg(Configure cfgs){
  this._cfgs=cfgs;
  return this;
}