PermissionState
Shortcut empty-state component for missing permission or unauthorized states, based on TxEmptyState with `variant="permission"`.
PermissionState
TxPermissionState is a shortcut wrapper around TxEmptyState with variant="permission" pre-set. Use it when a user lacks permission, authorization, or required access.
Basic Usage
PermissionState
Demo will load when visible.
API
TxPermissionState inherits all Props (except variant), Slots, and Events from TxEmptyState. See EmptyState.
Interaction Contract
TxPermissionStatealways forwardsvariant="permission"toTxEmptyState.- The wrapper does not rewrite
title,description,surface, or action config; explicit props are forwarded as-is. icon,title,description, andactionsslots are forwarded unchanged toTxEmptyState.