Skip to content

Commit

Permalink
publish delegate property
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Feb 5, 2024
1 parent 445322d commit 94988f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class dydxOrderbookSideViewModel: PlatformViewModel, Equatable {
@Published public var lines = [dydxOrderbookLine]()
@Published public var maxDepth: Double = 0.0
@Published public var displayStyle: DisplayStyle = .topDown
var delegate: dydxOrderbookSideDelegate?
@Published var delegate: dydxOrderbookSideDelegate?

override public func createView(parentStyle: ThemeStyle = ThemeStyle.defaultStyle, styleKey: String? = nil) -> PlatformView {
PlatformView(viewModel: self, parentStyle: parentStyle, styleKey: styleKey) { [weak self] _ in
Expand Down

0 comments on commit 94988f8

Please sign in to comment.