Data

表示与特定路由相关的静态数据。

Represents the static data associated with a particular route.

查看"说明"...

type Data = { [name: string]: any; };
      
      type Data = {
    [name: string]: any;
};
    

说明

欲知详情,参见 Routes

See Routes for more details.