Variable ValidationBadgeConst
ValidationBadge: DefineComponent<{
bordered: {
default: boolean;
type: BooleanConstructor;
};
color: {
default: string;
type: StringConstructor;
};
errors: {
required: true;
type: PropType<ErrorObject<string, Record<string, any>, unknown>[]>;
};
floating: {
default: boolean;
type: BooleanConstructor;
};
inline: {
default: boolean;
type: BooleanConstructor;
};
offsetX: {
default: undefined;
type: (NumberConstructor | StringConstructor)[];
};
offsetY: {
default: undefined;
type: (NumberConstructor | StringConstructor)[];
};
}, unknown, unknown, {
tooltipMessages(): string[];
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
bordered: {
default: boolean;
type: BooleanConstructor;
};
color: {
default: string;
type: StringConstructor;
};
errors: {
required: true;
type: PropType<ErrorObject<string, Record<string, any>, unknown>[]>;
};
floating: {
default: boolean;
type: BooleanConstructor;
};
inline: {
default: boolean;
type: BooleanConstructor;
};
offsetX: {
default: undefined;
type: (NumberConstructor | StringConstructor)[];
};
offsetY: {
default: undefined;
type: (NumberConstructor | StringConstructor)[];
};
}>>, {
bordered: boolean;
color: string;
floating: boolean;
inline: boolean;
offsetX: string | number;
offsetY: string | number;
}, {}>
Type declaration
bordered: {
default: boolean;
type: BooleanConstructor;
}
default: boolean
type: BooleanConstructor
color: {
default: string;
type: StringConstructor;
}
default: string
type: StringConstructor
errors: {
required: true;
type: PropType<ErrorObject<string, Record<string, any>, unknown>[]>;
}
required: true
type: PropType<ErrorObject<string, Record<string, any>, unknown>[]>
floating: {
default: boolean;
type: BooleanConstructor;
}
default: boolean
type: BooleanConstructor
inline: {
default: boolean;
type: BooleanConstructor;
}
default: boolean
type: BooleanConstructor
offsetX: {
default: undefined;
type: (NumberConstructor | StringConstructor)[];
}
default: undefined
type: (NumberConstructor | StringConstructor)[]
offsetY: {
default: undefined;
type: (NumberConstructor | StringConstructor)[];
}
default: undefined
type: (NumberConstructor | StringConstructor)[]
Type declaration
tooltipMessages:function
- tooltipMessages(): string[]
Returns string[]
Type declaration
bordered: boolean
color: string
floating: boolean
inline: boolean
offsetX: string | number
offsetY: string | number