Skip to content

Commit

Permalink
Update README_API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Jan 30, 2024
1 parent 679482f commit b78b896
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,13 @@ IMPORTANT! If you provide a function you must also make sure to call `monarch.on
* `fn_or_url` (function) - The function to call or URL to send message to


## monarch.has_missing_resources(screen_id)
Check if a screen has any missing resources. If the screen is loaded by a collection proxy with Load Dynamically this will use `collectionproxy.missing_resources()`. For other cases this function will always return false.

**RETURN**
* `result` (boolean) - true if the screen has missing resources


## monarch.debug()
Enable verbose logging of the internals of Monarch.

Expand Down

0 comments on commit b78b896

Please sign in to comment.