# Overlay
Name
Type
Default Value
Description
overlay
title: string,
options: {
align?: Alignment,
offset?: {x: number, y: number}
}
{
align: Alignment.Center,
offset: {0, 0}
Mask added to the component. The mask has the same layout as the component.