Type alias FindComponentPredicate

FindComponentPredicate: string | Component | ((comp) => boolean | void)

A component identifier by id, itemId, Component instance or custom function

Type declaration

    • (comp): boolean | void
    • Parameters

      Returns boolean | void

Generated using TypeDoc