open property

void open=(Function func)

Implementation

set open(Function func) {
  _open = func;
}