Interface UiFeedbackFormat

interface UiFeedbackFormat {
    format?: {
        invalidContent: UiFeedbackImage;
    };
}

Hierarchy (view full)

Properties

Properties

format?: {
    invalidContent: UiFeedbackImage;
}