js: font style for input
This commit is contained in:
@@ -60,6 +60,9 @@ export class Input extends View {
|
||||
@Property
|
||||
textAlignment?: Gravity
|
||||
|
||||
@Property
|
||||
fontStyle?: "normal" | "bold" | "italic" | "bold_italic"
|
||||
|
||||
@Property
|
||||
onTextChange?: (text?: string) => void
|
||||
|
||||
|
Reference in New Issue
Block a user