getViewConfig
On this page
@vulp/js-api > VulpApiModel > getViewConfig
VulpApiModel.getViewConfig() method
Retrieves the view configuration.
Signature:
getViewConfig(): Promise<{
        view: IApiViewConfig;
        links: IApiLinks;
    }>;
Returns:
Promise<{ view: IApiViewConfig; links: IApiLinks; }>
Promise that resolves to an object with the view property, containing the view configuration.