官术网_书友最值得收藏!

Decorators

Decorators enable us to extend a class or object by adding behaviors without modifying code. Decorators wrap the class with extra functionality. Decorators can be attached to a class, property, method, parameter, and accessor. In ECMAScript 2016, decorators are proposed to modify the behavior of a class. Decorators are prefixed with the @ symbol and a decorator name that resolves to a function called at runtime.

The following code snippet shows the authorize function, and it can be used as the @authorize decorator on any other class:

function authorize(target) { 
    // check the authorization of the use to access the "target" 
} 
主站蜘蛛池模板: 安福县| 大理市| 额敏县| 平南县| 荥阳市| 卢氏县| 乌兰县| 宁南县| 包头市| 固镇县| 清河县| 普宁市| 屏南县| 元谋县| 盱眙县| 永春县| 东乡族自治县| 邮箱| 武平县| 外汇| 湖北省| 沙坪坝区| 乌兰浩特市| 通化市| 收藏| 永平县| 浪卡子县| 通海县| 海口市| 马鞍山市| 印江| 泰宁县| 宁城县| 左云县| 英德市| 鲁山县| 北流市| 英德市| 莱阳市| 鹤山市| 伊春市|