enableMountInitCmdCapture method

void enableMountInitCmdCapture()

Starts collecting init commands from newly mounted elements.

Implementation

void enableMountInitCmdCapture() {
  _captureMountInitCmds = true;
}