Skip to main content

ApiUiInfo

Assembly: ServiceStack.Client.dll
View Source
Declaration
public class ApiUiInfo : IMeta

Properties

LocodeCss

View Source
Declaration
public ApiCss LocodeCss { get; set; }

ExplorerCss

View Source
Declaration
public ApiCss ExplorerCss { get; set; }

FormLayout

View Source
Declaration
public List<InputInfo> FormLayout { get; set; }

Meta

View Source
Declaration
public Dictionary<string, string> Meta { get; set; }

Implements