Perseus
    Preparing search index...
    • Returns a list of widget types that cause a given Perseus item to require the use of a screen or mouse.

      For now we'll just check the accessible field on each of the widgets in the item data, but in the future we may specify accessibility on each widget with higher granularity.

      Parameters

      Returns string[]

      This function returns a list of widget types that violate our accessibility requirements which is not very accurate given that some instances could be accessible and some not based on their widget options. In most cases, you should use isItemAccessible instead.