interface Store {
    dispatch: Dispatch;
    subscribe: ((listener, componentInstanceUid, idCustomType?) => (() => void));
}

Properties

Properties

dispatch: Dispatch
subscribe: ((listener, componentInstanceUid, idCustomType?) => (() => void))

Type declaration

    • (listener, componentInstanceUid, idCustomType?): (() => void)
    • Parameters

      • listener: Function
      • componentInstanceUid: any
      • Optional idCustomType: string

      Returns (() => void)

        • (): void
        • Returns void

Generated using TypeDoc