Interface PropertyViewContentWidget

A widget that fetches the property data via the given PropertyDataService and the given selection and renders that property data. This widget can be provided by a registered PropertyViewWidgetProvider.

interface PropertyViewContentWidget {
    updatePropertyViewContent(propertyDataService?, selection?): void;
}

Hierarchy

  • Widget
    • PropertyViewContentWidget

Implemented by

Methods