封鎖 >泡泡 >「TextInputBubble」TextInputBubble>(建構函式)
bubbles.TextInputBubble.(constructor)
建構 TextInputBubble
類別的新例項
Signature:
constructor(workspace: WorkspaceSvg, anchor: Coordinate, ownerRect?: Rect | undefined);
參數
參數 | 類型 | 說明 |
---|---|---|
工作區 | WorkspaceSvg | 這個泡泡所屬的工作區。 |
anchor | 座標 | 這個泡泡附加項目的錨點位置。泡泡的尾端會指向這個位置。 |
ownerRect | 矩形 |未定義 | (選用) 自動定位時,我們不希望泡泡重疊的矩形區域。 |