Class AttributeEditor

Editor for attributes.

Hierarchy

  • AttributeEditor

Properties

onApply: ((operations: AttributeOperation[]) => Promise<void>)

Type declaration

    • (operations: AttributeOperation[]): Promise<void>
    • Parameters

      • operations: AttributeOperation[]

      Returns Promise<void>

operations: AttributeOperation[]

Methods

  • Applies the attribute operations.

    Returns Promise<void>

  • Adds an attribute.

    Returns

    The attribute editor instance.

    Parameters

    • name: string

      The attribute name.

    • value: string | number | boolean | Date

      The attribute value.

    Returns AttributeEditor

Generated using TypeDoc