info_item#

See InfoItem.

class aws_resource_search.items.info_item.InfoItem(title: str, subtitle: ~typing.Optional[str] = None, uid: str = <factory>, arg: ~typing.Optional[str] = None, autocomplete: ~typing.Optional[str] = None, variables: ~typing.Dict[str, ~typing.Any] = <factory>)[source]#

Represent an item to show any information. Nothing would happen when user press any of the user action key. This is usually used to show some helpful information to suggest user what to do.