屬性檢視Widget。

Constructors

  • 屬性檢視Widget。

    Parameters

    Returns Attributes

    Example

    let widget = new ov.Widget.Attributes({
    view: terrainView,
    style: {top: "100px", left: "90px"},
    title: "太麻里",
    content: { 隔壁: "有隻狗", 名字: "小黃", 毛色: "黑", 喜好: "追郵差" },
    });

Methods

  • 新增屬性欄位。

    Parameters

    • label: string

      標頭。

    • content: string

      內容。

    Returns void

  • 移除Widget。

    Returns void

  • 更新參數。

    Parameters

    Returns void

Generated using TypeDoc