Skip to content

Arguments quantity on on_change event #1

@juandaherrera

Description

@juandaherrera

I see there is only one argument in this event of MonacoEditor class:
on_change: rx.EventHandler[lambda e: [e]]

I found in the docs that event has two arguments:
Signature: function(value: string | undefined, ev: monaco.editor.IModelContentChangedEvent) => void

it should not be something like this?
on_change: rx.EventHandler[lambda e0, e1: [e0, e1]]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions