Skip to content

Conversation

@pavelfeldman
Copy link
Member

No description provided.

Copy link
Contributor

@dgozman dgozman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonderful!

private _lines: string[] = [];

constructor(indent: number = 2) {
this._baseIndent = [...Array(indent + 1)].join(' ');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

' '.repeat(indent)


export type ClickAction = {
name: 'click',
signals?: Signal[],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't we make signals required everywhere?

case 'fill':
return 'Fill';
case 'navigate':
return 'Navigate';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's call it goto instead?

@pavelfeldman pavelfeldman merged commit e287f19 into microsoft:master Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants