Add Z index to border options (#11008)

This commit is contained in:
Jacco van den Berg 2022-12-20 18:23:16 +01:00 committed by GitHub
parent 9bc0f76c40
commit 237a893415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2817,6 +2817,7 @@ export interface BorderOptions {
dashOffset: Scriptable<number, ScriptableScaleContext>;
color: Color;
width: number;
z: number;
}
export interface GridLineOptions {