Skip to content

非公式本サイトは非公式の日本語ドキュメントであり、Cloudflare 公式サイトではありません。最新情報はdevelopers.cloudflare.comをご確認ください。

型のハイライト

最終更新 Markdown で表示Agent セットアップ

The Type component is used 1518 times on 79 pages.

See all examples of pages that use Type

Used 1518 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" />
  - The name of your service.
- `local` <Type text="boolean" /> <MetaInfo text="(default: true) optional" />
  - If the service should run locally or not.

役に立ちましたか?