feat(core): add cursor hint field to rendered event
This commit is contained in:
parent
d7e841bf03
commit
da6b68b09e
|
@ -30,4 +30,6 @@ pub struct RenderingRequestedEvent {
|
|||
pub struct RenderedEvent {
|
||||
pub trigger: String,
|
||||
pub body: String,
|
||||
|
||||
pub cursor_hint_back_count: Option<usize>,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user