activeWireframe property

AFWireframe? get activeWireframe
inherited

Implementation

AFWireframe? get activeWireframe {
  if(!AFibD.config.isTestContext) {
    return null;
  }
  return AFibF.g.internalOnlyActiveStore.state.private.testState.activeWireframe;
}