跳转到内容
搜索文档

类型高亮

最后更新 查看 MarkdownAgent 设置

The Type component is used 1443 times on 75 pages.

See all examples of pages that use Type

Used 1443 times.

Pages

Partials

Type

import { Type } from "~/components";

<Type text="Promise<T | string | ArrayBuffer>" />

MetaInfo

import { MetaInfo } from "~/components";

<MetaInfo text="(default: false) optional" />

组合示例

import { Type, MetaInfo } from "~/components";

- `name` <Type text="string" />
  - 您的服务名称。
- `local` <Type text="boolean" /> <MetaInfo text="(default: true) optional" />
  - 服务是否在本地运行。

这篇文档对您有帮助吗?