Function AppAccessChecker

  • 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>

    Parameters

    Returns Element

Generated using TypeDoc