Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Update context.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freeplant committed Jul 10, 2023
1 parent 3a02e46 commit 53df6a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manual/python/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ context.server_url # Server URL, used to initialize Base
context.api_token # API token for access a base
context.current_table # The name of the table that the current user is viewing when the user runs a script manually
context.current_row # When the user manually runs a script, the line where the cursor is currently located
context.current_username # The id of the user who runs the script manually (in old verison, it is called current_user_id)
context.id_in_org # The id of the user in organization
context.current_username # The System ID of the user who runs the script manually (in old verison, it is called current_user_id)
context.id_in_org # The id of the user in the team, it can be set by the team admin via Web UI
```


0 comments on commit 53df6a5

Please sign in to comment.