Static
Readonly
NONE
NONE: {
bottom: {
color: string;
size: number;
style: "none";
};
insideHorizontal: {
color: string;
size: number;
style: "none";
};
insideVertical: {
color: string;
size: number;
style: "none";
};
left: {
color: string;
size: number;
style: "none";
};
right: {
color: string;
size: number;
style: "none";
};
top: {
color: string;
size: number;
style: "none";
};
} = ...
Type declaration
-
bottom: {
color: string;
size: number;
style: "none";
}
-
color: string
-
size: number
-
style: "none"
-
insideHorizontal: {
color: string;
size: number;
style: "none";
}
-
color: string
-
size: number
-
style: "none"
-
insideVertical: {
color: string;
size: number;
style: "none";
}
-
color: string
-
size: number
-
style: "none"
-
left: {
color: string;
size: number;
style: "none";
}
-
color: string
-
size: number
-
style: "none"
-
right: {
color: string;
size: number;
style: "none";
}
-
color: string
-
size: number
-
style: "none"
-
top: {
color: string;
size: number;
style: "none";
}
-
color: string
-
size: number
-
style: "none"