Skip to content

ShadowProperties

export type ShadowProperties = {
    Side: string,
    Transparency: number?,
    [any]: any,
}

The ShadowProperties table that is given to the Shadow() function that contains data about the desired Shadow component.


Properties

Side : string

Sets the side in which the Shadow will be visible on. Can be set to "left", "right", "top", or "bottom".


Transparency : number?

Sets the transparency of the Shadow.