Show / Hide Table of Contents

Interface ILeptonSettingsProvider

Namespace: Volo.Abp.AspNetCore.Components.Web.LeptonTheme
Assembly: Volo.Abp.AspNetCore.Components.Web.LeptonTheme.dll
Syntax
public interface ILeptonSettingsProvider

Methods

GetMenuPlacementAsync()

Declaration
Task<MenuPlacement> GetMenuPlacementAsync()
Returns
Type Description
Task<MenuPlacement>

GetMenuStatusAsync()

Declaration
Task<MenuStatus> GetMenuStatusAsync()
Returns
Type Description
Task<MenuStatus>

GetStyleAsync()

Declaration
Task<LeptonStyle> GetStyleAsync()
Returns
Type Description
Task<LeptonStyle>

IsBoxedAsync()

Declaration
Task<bool> IsBoxedAsync()
Returns
Type Description
Task<bool>
In this article
Back to top Powered by Volosoft