hosanna-ui-docs - v0.9.0
    Preparing search index...

    The IViewFragment interface represents a view fragment that can be used to create cells and other views. This is the rehydrated version of a view fragment, containing all necessary data to render the view, including styles and data, which come from the IFragmentStyle stored in the style registry.

    interface IViewFragment {
        $supportsDataMap?: boolean;
        dataMap: IViewFragmentDataMap;
        dataMapViewsById?: { [key: string]: ISGNNode };
        id: string;
        styleKey: string;
        view: ISGNGroup;
        viewStatus: ViewStatus;
    }
    Index

    Properties

    $supportsDataMap?: boolean
    dataMapViewsById?: { [key: string]: ISGNNode }
    id: string
    styleKey: string
    view: ISGNGroup
    viewStatus: ViewStatus