The component props.
Represents the props for the IFragmentLayout component.
Optionalfeatures?: string[]Optionalhidden?: boolean | (payload: Payload) => booleanOptionalisVisible?: (v: Data, payload: Payload) => booleanThe children to be rendered.
The function used to determine if the component should be visible.
The function to be called when the component is ready.
The object used by the isVisible function.
Component that conditionally renders its children based on the visibility criteria.