showText property
@en: if show text in vertex. default vertex.id
, if you want to show other text, you can set textGetter
.
@zh: 是否展示顶点文字,默认展示顶点id,如果想展示其他文字,可以设置textGetter
Implementation
bool showText = true;
@en: if show text in vertex. default vertex.id
, if you want to show other text, you can set textGetter
.
@zh: 是否展示顶点文字,默认展示顶点id,如果想展示其他文字,可以设置textGetter
bool showText = true;