UI/UX: Adiciona campo opcional para colagem manual de transcrição no VideoMind
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import Text from './misc/Text.js';
|
||||
import { YTNode } from '../helpers.js';
|
||||
export default class Alert extends YTNode {
|
||||
static type = 'Alert';
|
||||
text;
|
||||
alert_type;
|
||||
constructor(data) {
|
||||
super();
|
||||
this.text = new Text(data.text);
|
||||
this.alert_type = data.type;
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=Alert.js.map
|
||||
Reference in New Issue
Block a user