Function getSelectionLines

  • 選択しているテキストを1行ずつ取得します

    getSelectionLines()
    // ["- one", "- two", "- three"]
    getSelectionLines() // 未選択のとき
    // [""]

    Returns string[] | [""]

Generated using TypeDoc