allowUnfinishedFeatures
Home > @gooddata/sdk-ui-loaders > IDashboardLoadOptions > allowUnfinishedFeatures
IDashboardLoadOptions.allowUnfinishedFeatures property
Specify when will be in progress features allowed
Signature:
allowUnfinishedFeatures?: "staticOnly" | "alwaysAllow" | "alwaysPrevent";
Remarks
staticOnly
in progress features allowed only when there is no external plugin loaded alwaysAllow
in progress features always allowed alwaysPrevent
in progress features always prevented
Default allowUnfinishedFeatures is alwaysPrevent
.