Static accessors
Public
Tag.wrapper
Tag.wrapper
The public static set
accessor sets an instance of Wrapper
into the static private property defaultWrapper
.
tag.class.ts
The public static get
accessor gets an instance of Wrapper
from the static private property defaultWrapper
.
tag.class.ts
Last updated