Instance properties

Private

#closing

The private property indicates the wrap closing of a generic type variable Closing.

wrap.class.ts
#closing: Closing;

#opening

The private property indicates the wrap opening of a generic type variable Opening.

wrap.class.ts
#opening: Opening;

Last updated