Interface WidgetPlacementRule

interface WidgetPlacementRule {
    feature?: OnsiteFeature;
    segment: string;
    to?: string;
}

Properties

Properties

feature?: OnsiteFeature
segment: string
to?: string