ABB Ability™ History UI SDK - Client API Reference
    Preparing search index...

    A helper API for components using Single Value Accessors (inheriting cSingleValueAccessorBase)

    interface ISingleValueItem {
        Context: IContextAPI;
        SingleValue: ISingleValueAPI;
        GetTooltip(e?: IPointerMoveEvent): string;
        GetValueInfo(): string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Context: IContextAPI

    The context API handle functions handling the context in the current component.

    SingleValue: ISingleValueAPI

    The Single Value interface

    Methods

    • Return tooltip contents from the item.

      Parameters

      Returns string

    • Returns string