/* tslint:disable */ /** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run json-schema-to-typescript to regenerate this file. */ export interface Text { /** * 显示连续空格 */ space?: "ensp" | "emsp" | "nbsp"; /** * 文本是否可选。true:可用于文本复制,粘贴,长按搜索等场景。3.150.1 以后版本只能通过字面量的方式设置,不支持变量 */ selectable?: boolean; }