容器(Container)

()=>void 插槽 插槽名称 说明 title 组件标题插槽,当 title 属性存在时,插槽不生效。样式类 类名 说明 amd-container 整体样式 amd-container-header 标题栏整体样式 amd-container-header-image 标题栏图片样式 amd-container-header-...

管理和编排组件

您后续如果再配置更新该业务组件的 title 属性,则该卡片组件的标题属性也会同步更新。绑定事件属性(您需进入到逻辑流面板绑定事件属性)。单击目标基础组件的 事件 页签,选择 新建动作>onClick点击时。在 onClick点击时 对话框中,单击 ...

折叠面板(Collapse)

(value:string[])=>void 插槽 插槽名称 说明 title CollapseItem 组件标题插槽,当 title 属性存在时,插槽不生效。样式类 Collapse 类名 说明 amd-avatar 整体样式 amd-avatar-src 图片样式 amd-avatar-content 头像描述样式 amd-avatar-...

Shape

ActiveWorkbook.ActiveSheet.Shapes.Item(Index).Title 通过 Title 属性,您可以设置单个图形对象的标题。语法 表达式.ActiveWorkbook.ActiveSheet.Shapes.Item(Index).Title 表达式:文档类型应用对象 示例 async function example(){ ...

ActivePDF

获取文档的Title属性对象 const Title=await app.ActivePDF.BuiltinDocumentProperties('Title');console.log(Title);} ActivePDF.GetPageWidth()通过 GetPageWidth()方法,您可以通过页码获取指定页面的宽度。重要 JS-SDK V1.1.12及以上...

Document

获取Title属性 const title=await app.ActiveDocument.BuiltinDocumentProperties('Title');console.log(Title);} ActiveDocument.ExportAsFixedFormat()通过 ExportAsFixedFormat()方法,您可以将当前文字文档导出为对应的PDF或者IMG图片...

ContentControl

} ActiveDocument.ContentControls.Item(Index).Title 通过 Title 属性,您可以设置和获取单个内容控件对象的标题。重要 JS-SDK V1.1.10及以上版本支持此功能。语法 表达式.ActiveDocument.ContentControls.Item(Index).Title 表达式:文档...

基础概念

用户节点有属性name、age、gender 商品节点有属性title、price、category 好友关系有属性time、score 购买关系有属性buytime 节点和边都有类型,相同类型的节点或边的属性是同构的 Key-Value表 简称KV表(如下图2所示),通常用来存储属性...

组件配置

} 字段:字段 类型 含义 备注 name string 属性的名称,也是组件Props中的key title string 属性配置的标题,展示给平台用户,说明属性的目的 display 'inline'|'block'|'none' 此属性配置展示的形式 inline:属性标题和属性设置器在同一行...

标签和标注

title 是告警固定的非标识性属性,可以在通知内容模板中以${annotations.title} 被引用。desc 是告警固定的非标识性属性,可以在通知内容模板中以${annotations.desc} 被引用。例如,在创建告警监控规则时,可以添加如下标注。说明 建议...

Workbook

语法 表达式.ActiveWorkbook.BuiltinDocumentProperties({ Name })表达式:文档类型应用对象 参数 属性 数据类型 是否必填 描述 Name String 是 内置属性,包含如下选项:Title:标题。Security:安全值。Size:大小。Author:作者。CorpId...

API参考

2023-01-13 v1.6.5 2.1商品列表接口,新增平台商品属性商品维度lmItemAttributeMap字段,SKU维度lmSkuAttributeMap字段 2.2商品详情接口,修改平台商品属性商品维度lmItemAttributeMap描述,SKU维度lmSkuAttributeMap描述 2.4商品详情接口...

条目组件

end 自定义属性 属性 用途 类型 title 主标题 NSString titleLabel 主标题 Label UILabel subtitle 副标题 NSString subtitleLabel 副标题 Label UILabel leftImage 左侧图标 UIImage leftImageView 左侧图标 View UIImageView rightImage ...

导入API网关的扩展Swagger定义

属性说明:属性名称 类型 描述 type string 必填;值为HTTP address string 必填;用于标识后端服务地址 path string 选填:用于标识后端服务路径。支持路径变量。默认与跟path值相同 method string 必填:后端请求方法 timeout int 选填,...

3.添加属性

{ title:'基础数据类型的Prop设置',type:'group',display:'block',items:[{ name:'aText',title:'字符串Prop',setter:{ type:'text',},},],} 属性分组参数:字段 类型 含义 备注 title string 分组的名称 type string 配置的类型 这里固定...

Web SDK 更新日志

事件属性新增 page_title 用于设置页面标题,默认采集 document.title 1.9.13(2022-04-19)feat:H5 支持开发者主动上报 openid 1.9.12(2022-04-18)fix:修复 event logkey 为''或 null 情况下仍然上报的问题 1.9.10(2022-04-12)fix:全埋点 ...

ActionSheet 选项卡

Function(option:Object|string,callback:Function):vm show options 创建实例时,支持的参数如下:属性 说明 类型 默认值 title 面板上方显示的说明文字。String-items 选项的文字数组。Array-cancelButtonText 取消按钮的文字。String...

埋点API

确认上报用户的账号ID后,上报用户属性示例如下:/示例 aplus_queue.push({ 'action':'aplus.record','arguments':['$_user_profile','OTHER',{ name:'sss',/用户属性1 gender:'male',/用户属性2 class:'3',/用户属性3 }]});上述内容中,2...

业务组件开发

})暴露的入口函数如下:function render({ element:string|HTMLElement,/id 选择器/Element props:{[key:string]:any},/props 属性 }){ const title=props.title|mock.title;自定义的组件渲染逻辑 } 原生 JS 组件:打包为可执行的 HTML ...

埋点API

onHide 时,上报页面浏览事件,上报的内容为:当前客户端时间 页面path 页面编码(默认为页面path,如果设置了pageConfig,则取值为映射pageConfig的page_name)页面标题(默认为页面title,如果设置了pageconfig,则取值为映射的page_...

导航栏

} 入参 入参为 Object 类型,属性如下:属性 类型 必填 描述 title String 否 导航栏标题。image String 否 图片链接地址(支持 gif 格式图片),必须是 HTTPS 地址,请使用 iOS@3x 分辨率标准的高清图片。若设置了 image 则 title 参数...

DATASOURCE:VOD:EditingProjects

语法 {"Type":"DATASOURCE:VOD:EditingProjects","Properties":{"Title":String } } 属性 属性名称 类型 必须 允许更新 描述 约束 Title String 否 是 云剪辑工程标题。无 返回值 Fn:GetAtt EditingProjects:在线编辑项目的详情列表。...

基础开发步骤

配置文件关键部分如下:configure:[{ name:"title",title:"标题",setter:{ type:"text",props:{ placeholder:'请输入标题' },},},{ name:"num",title:"选择数字字段",setter:{ type:"data-field",props:{ supportFieldType:["integer",...

ALIYUN:VOD:EditingProject

语法 {"Type":"ALIYUN:VOD:EditingProject","Properties":{"EditingProjectName":String,"Timeline":String,"Title":String } } 属性 属性名称 类型 必须 允许更新 描述 约束 EditingProjectName String 否 是 在线编辑项目的名称。...

级联选择器

入参 属性 类型 描述 必选 版本 title String 级联控件标题。NO 10.1.2 selectedList Json 选中态,指定选中的子项,格式与入参一致,如[{"name":"杭州市",subList:[{"name":"上城区"}]}]。NO 10.1.2 list Json 选择器数据列表。YES 10.1.2...

准备工作期

常见使用位置:详情页 相关推荐场景侧重于基于用户指定的item进行推荐,对于物品自身属性的完备性有一定要求,最好有title,content,tag等属性,如果物品自身属性过差,用户也可以选择不传入item,此时会退化为猜你喜欢场景;猜你喜欢场景...

可勾选列表(Checklist)

属性 属性 说明 类型 必填 默认值 value 选中数据 string|number(string|)[]否-options ChecklistItem 数据,配置每一列的选项 ChecklistItem[]否[]multiple 是否支持多选 boolean 否 false className 类名 string 否-ChecklistItem 属性 ...

设置标题

API 说明 AlipayJSBridge.call('setTitle',{ title,subtitle,image },fn)入参 属性 类型 描述 必填 默认值 title string 主标题文案。N“”subtitle string 副标题文案。N“”image string 支持 URL 或者 Base64,请使用一张 3X ...

label

属性名 类型 描述 最低版本 for String 绑定组件的 ID-图示 代码示例<view class = "section" ><view class="title">Checkbox,label 套 checkbox</view><checkbox-group><view><label><checkbox value = "aaa" /><text>aaa</text></label></view>...

设置右上角按钮

reset、title、icontype、icon 这 4 个属性有一个即可,属性的优先级为:reset>title>icontype>icon。AlipayJSBridge.call('setTitle',{ title,icon,redDot,reset,color,override,menus,icontype })入参 属性 类型 描述 必填 默认值 title ...

警告框

AlipayJSBridge.call('alert',{ title,message,button },fn)入参 属性 类型 描述 必填 默认值 title string Alert 框标题。N“”message string Alert 框文本。N“”align string message 对齐方式,枚举值包括 left、center、right。N iOS...

确认框

AlipayJSBridge.call('confirm',{ title,message,okButton,cancelButton },fn)入参 属性 类型 描述 必填 默认值 title string Alert 框标题 N“”message string Alert 框文本 N“”align string message 对齐方式,可用枚举值有 left、...

弹窗(Modal)

属性 属性 类型 必填 默认值 说明 title string 否-标题 content string 是-内容 image string 否-缩略图 imageSize 'medium'|'large'|'x-large' 否 'medium' 缩略图尺寸 visible boolean 是 false 是否可见,受控模式 duration number 否-...

索引表加载策略

使用示例 mmap策略示例 {"load_config":[{"file_patterns":["/attribute/price/.*",#属性字段price"/index/title/.*",#倒排索引title"/index/body/dictionary",#倒排索引body的词典"/index/vector/aitheta.*"#向量索引vector],"load_...

索引表加载策略

使用示例 mmap策略示例 {"load_config":[{"file_patterns":["/attribute/price/.*",#属性字段price"/index/title/.*",#倒排索引title"/index/body/dictionary",#倒排索引body的词典"/index/vector/aitheta.*"#向量索引vector],"load_...

选择列表

API 说明 AlipayJSBridge.call('actionSheet',{ title,btns,cancelBtn,destructiveBtnIndex },fn)入参 属性 类型 描述 必填 默认值 title string 标题。N“”btns array 一组按钮,item 类型是 string。Y[]cancelBtn string 设置...

服饰标签数据模型

commodity 品类名称 brand 品牌 props 商品属性 tagPrice 标签价格 discntPrice 折扣价格 title 商品标题 commentCount 商品评论数 totalSoldQuantity 销量 color 颜色 auctionUrl 商品链接 auctionImage 商品主图 collectedCount 收藏数 ...

开发不同功能的组件

{},},},{/padding属性配置 name:'padding',title:'内间距',defaultValue:'0px 0px 0px 0px',setter:{ type:'four',props:{},},},],},{ title:'数据',type:'group',display:'block',items:[{/dataSource 属性配置,用于设置数据源 name:'...

Filter 筛选

events 属性 说明 函数 reset 单击重置按钮时触发 Function():void confirm 单击确认按钮时触发 Function():void FilterList props 属性 说明 类型 默认值 recommend 推荐选项 boolean false title 选项分组标题 string""slots 属性 说明 ...

标签页(Tabs)

subTitle:'描述',},{ title:'15451111 Tab',},{ title:'4234 Tab',subTitle:'描述',},{ title:'11251111 Tab',subTitle:'描述',},{ title:'44123 Tab',},{ title:'1531111 Tab',subTitle:'描述',},{ title:'41 Tab',},{ title:'15111111 ...
共有200条 < 1 2 3 4 ... 200 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
图数据库 弹性公网IP 短信服务 人工智能平台 PAI 金融分布式架构 对象存储
新人特惠 爆款特惠 最新活动 免费试用