Interface AttributeEditor

Editor for attributes.

Hierarchy

  • AttributeEditor

Methods

  • Applies the attribute operations.

    Parameters

    • Optional success: (() => void)

      Success callback.

        • (): void
        • Returns void

    • Optional error: ((err: string) => void)

      Error callback.

        • (err: string): void
        • Parameters

          • err: string

          Returns void

    Returns 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