• Gets the current active value from the active Map.

    This is used for the scenario where we are managing a single active instance. For example when selecting a book from a collection of books.

    The selected Book instance becomes the active value.

    Type Parameters

    • E

    Parameters

    • m: Map<any, E>

    Returns any

    Example

    const book:Book = getActiveValue(bookStore.active);
    

Generated using TypeDoc