action
can_open_in_rv(context) async
Return True if the action can run for the given context.
Source code in server/action.py
47 48 49 50 51 52 53 54 55 56 57 58 59 60 | |
can_open_in_rv(context) async Return True if the action can run for the given context.
server/action.py47 48 49 50 51 52 53 54 55 56 57 58 59 60 | |