Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ASaveSelectedText

This action is responsible for saving currently selected text to btt variable selected_text It'll be available from await btt.state.get('selected_text')

Hierarchy

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

json

  • get json(): Types.BttPayload

url

  • get url(): string
  • Returns the url of the given action, that this library generates Visiting the returned value in browser (or calling it from backend) will invoke this particular action on the mac specified in initial configuration

    Returns string

Methods

invoke