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

    A data context object passed from one component to another

    interface IContext {
        Context: IContextItem[];
        DropEvent?: DragEvent;
        OwnerId?: string;
    }
    Index

    Properties

    Context: IContextItem[]

    The context data

    DropEvent?: DragEvent

    Drop event

    OwnerId?: string

    The context owner identifier