Shumoku Docs

ドキュメントを検索

共通文書と現行公開版

検索を読み込み中…

English

@shumoku/core · 0.4.0 · function

cableConnectorForStandard

ソース

APIの説明は英語のcanonical sourceを表示しています。

Derive the cable-end connector from the link's effective standard. The model no longer stores `cable.connector` explicitly — call this from display / validation code that needs the connector value.

cableConnectorForStandard(standard: EthernetStandard | undefined): CableConnector | undefined

パラメーター

名前 説明 既定値
standard EthernetStandard | undefined 追加説明はありません。

戻り値

CableConnector | undefined

libs/@shumoku/core/src/models/standards.ts:627