Type Alias TFacadeState

TFacadeState: { opacity: number; type: "facade"; visible: boolean }

Type declaration

  • opacity: number

    The opacity of the facade.

    1
    
  • type: "facade"
  • visible: boolean

    Whether the facade is visible.

    true