Static properties

Private

Tag.defaultWrapper

The private static property of Wrapper is the default value for the opening and closing parameters of the constructor. It can be set directly by the static accessor wrapper.

tag.class.ts
private static defaultWrapper: Wrapper<any, any> = new Wrapper(`[`, `]`);

Last updated