The value of the prop that will be passed to children
if modifyReqs
are not fulfilled. Defaults to true
.
Requirements that shall be fulfilled in order for access-controlled components to be rendered. If missing - access-controlled components will always be rendered.
Requirements that shall be fulfilled in order for rendered access-controlled components to be modifiable (i.e. to not be disabled). If missing - access-controlled components will never be disabled.
Render prop. If not provided, component's children
will be used instead.
Generated using TypeDoc
The name of the prop that will be passed to
children
if modifyReqs are not fulfilled. Defaults todisabled
.