SearchModalProps.hidden
Home > @backstage/plugin-search
> SearchModalProps
> hidden
This is supposed to be used together with the open prop. If hidden
is true, it hides the modal. If open
is false, the value of hidden
has no effect on the modal. Use open
for controlling whether the modal should be rendered or not.
Signature:
hidden?: boolean;