A high-order level component that performs app access level checks before rendering any children.
<AppAccessChecker app='myAppId' access='read'> <div> This content will only render if the user has read access permissions for the `myAppId` application. </div></AppAccessChecker>
Generated using TypeDoc
A high-order level component that performs app access level checks before rendering any children.