UNPKG

@hjkl6/dumi-theme-antv

Version:

[![NPM version](https://img.shields.io/npm/v/@antv/dumi-theme-antv.svg?style=flat)](https://npmjs.org/package/@antv/dumi-theme-antv) [![NPM downloads](http://img.shields.io/npm/dm/@antv/dumi-theme-antv.svg?style=flat)](https://npmjs.org/package/@antv/dumi

9 lines 285 B
export function getCurrentTitle(exampleTopics, topic, example) { var topicItem = exampleTopics.find(function (item) { return item.id === topic; }); var exmapleItem = topicItem.examples.find(function (item) { return item.id === example; }); return exmapleItem.title; }