tsbase
    Preparing search index...

    Class BaseObservable<T>Abstract

    Coordinates subscriber actions with publish events

    Type Parameters

    • T

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    active: boolean = true
    CurrentIssue?: T
    subscribers: Map<string, (content?: T) => void> = ...

    Methods