mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
made font-options in "NodeOptions" optional (#13935)
Add an optional extended description…
This commit is contained in:
Vendored
+7
-7
@@ -1568,13 +1568,13 @@ export interface NodeOptions {
|
||||
};
|
||||
|
||||
font?: string | {
|
||||
color: string,
|
||||
size: number, // px
|
||||
face: string,
|
||||
background: string,
|
||||
strokeWidth: number, // px
|
||||
strokeColor: string,
|
||||
align: string,
|
||||
color?: string,
|
||||
size?: number, // px
|
||||
face?: string,
|
||||
background?: string,
|
||||
strokeWidth?: number, // px
|
||||
strokeColor?: string,
|
||||
align?: string,
|
||||
};
|
||||
|
||||
group?: string;
|
||||
|
||||
Reference in New Issue
Block a user