Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageNode

This interface describes common functionalities of all PageNodes.

Hierarchy

Implemented by

Index

Properties

__lastDiff

__lastDiff: IDiff

Retrieves the last differences of a PageNode's check state functions.

Intended for framework-internal usage only.

__setLastDiff

__setLastDiff: function

Sets the last differences of a PageNode's check state functions.

Intended for framework-internal usage only.

Type declaration

    • Parameters

      Returns void

currently

currently: __type

All functions defined inside currently, when invoked, will instantly check if a condition is met and return false if the condition is not met.

eventually

eventually: __type

All functions defined inside eventually, when invoked, will wait for a condition to be met and return false if the the condition is never met within a specified timeout.

wait

wait: __type

All functions defined inside wait, when invoked, will wait for a condition to be met and throw an error if the condition is never met within a specified timeout.

Methods

__getNodeId

  • __getNodeId(): string
  • Retrieves the id used to identify a PageNode in the instance cache of PageNodeStore.

    Intended for framework-internal usage only.

    Returns string

toJSON

Generated using TypeDoc