基础库 1.9.90 开始支持,低版本需做兼容处理
该属性是设置要在绘制新形状时应用的合成操作的类型。
canvasContext.globalCompositeOperation = type
属性值 | 类型 | 说明 |
---|---|---|
type | String | 标识要使用哪种合成或混合模式操作 |
type 支持的操作有:
平台 | 操作 |
---|---|
安卓 | xor, source-over, source-atop, destination-out, lighter, overlay, darken, lighten, hard-light |
iOS | xor, source-over, source-atop, destination-over, destination-out, lighter, multiply, overlay, darken, lighten, color-dodge, color-burn, hard-light, soft-light, difference, exclusion, saturation, luminosity |
db.collection获取集合的引用方法签名如下:function collection(name: string): Collection方法接受一个 name 参数,指定需引用...
db.Geo该对象上含有地理位置构造器。拥有字段如下:字段说明Point地理位置点db.Geo.Point构造一个地理位置点。可用于查询条件、...
Cloud.getWXContext(): Object支持端:云函数在云函数中获取微信调用上下文返回值ObjectwxContext属性类型说明OPENIDstring小程...
Aggregate.match(object: Object):Aggregate支持端:小程序 2.7.4,云函数 0.8.1,Web聚合阶段。根据条件过滤文档,并且把符合条件...
AggregateCommand.dateFromParts(value: any): Object支持端:小程序 2.7.4,云函数 0.8.1,Web聚合操作符。给定日期的相关信息,...
#v-text预期:string详细:更新元素的 textContent。如果要更新部分的 textContent,需要使用 Mustache 插值。示例:span v-text...
该页面假设你已经阅读过了组件基础。如果你还对组件不太了解,推荐你先阅读它。一个非 prop 的 attribute 是指传向一个组件,但...