- Preparing search index...
- The search index is not available
RAMP4 - v4.7.0
- useWizardStore(pinia?, hot?): Store<"wizard", _UnwrapAll<Pick<{
currStep: Ref<WizardStep>;
fileData: Ref<null | {
[toStringTag]: string;
byteLength: number;
slice(begin, end?) => ArrayBuffer;
}>;
goToStep: ((step) => void);
layerInfo: Ref<{
config: { id: string; layerType: LayerType; url: string; };
configOptions: string[];
}>;
layerSource: Ref<undefined | LayerSource>;
nested: Ref<boolean>;
typeSelection: Ref<string>;
url: Ref<string>;
}, "url" | "layerSource" | "typeSelection" | "nested" | "fileData" | "layerInfo" | "currStep">>, Pick<{
currStep: Ref<WizardStep>;
fileData: Ref<null | {
[toStringTag]: string;
byteLength: number;
slice(begin, end?) => ArrayBuffer;
}>;
goToStep: ((step) => void);
layerInfo: Ref<{
config: { id: string; layerType: LayerType; url: string; };
configOptions: string[];
}>;
layerSource: Ref<undefined | LayerSource>;
nested: Ref<boolean>;
typeSelection: Ref<string>;
url: Ref<string>;
}, never>, Pick<{
currStep: Ref<WizardStep>;
fileData: Ref<null | {
[toStringTag]: string;
byteLength: number;
slice(begin, end?) => ArrayBuffer;
}>;
goToStep: ((step) => void);
layerInfo: Ref<{
config: { id: string; layerType: LayerType; url: string; };
configOptions: string[];
}>;
layerSource: Ref<undefined | LayerSource>;
nested: Ref<boolean>;
typeSelection: Ref<string>;
url: Ref<string>;
}, "goToStep">>
-
Parameters
-
Optional
pinia: null | Pinia
-
Optional
hot: StoreGeneric
Returns Store<"wizard", _UnwrapAll<Pick<{
currStep: Ref<WizardStep>;
fileData: Ref<null | {
[toStringTag]: string;
byteLength: number;
slice(begin, end?) => ArrayBuffer;
}>;
goToStep: ((step) => void);
layerInfo: Ref<{
config: { id: string; layerType: LayerType; url: string; };
configOptions: string[];
}>;
layerSource: Ref<undefined | LayerSource>;
nested: Ref<boolean>;
typeSelection: Ref<string>;
url: Ref<string>;
}, "url" | "layerSource" | "typeSelection" | "nested" | "fileData" | "layerInfo" | "currStep">>, Pick<{
currStep: Ref<WizardStep>;
fileData: Ref<null | {
[toStringTag]: string;
byteLength: number;
slice(begin, end?) => ArrayBuffer;
}>;
goToStep: ((step) => void);
layerInfo: Ref<{
config: { id: string; layerType: LayerType; url: string; };
configOptions: string[];
}>;
layerSource: Ref<undefined | LayerSource>;
nested: Ref<boolean>;
typeSelection: Ref<string>;
url: Ref<string>;
}, never>, Pick<{
currStep: Ref<WizardStep>;
fileData: Ref<null | {
[toStringTag]: string;
byteLength: number;
slice(begin, end?) => ArrayBuffer;
}>;
goToStep: ((step) => void);
layerInfo: Ref<{
config: { id: string; layerType: LayerType; url: string; };
configOptions: string[];
}>;
layerSource: Ref<undefined | LayerSource>;
nested: Ref<boolean>;
typeSelection: Ref<string>;
url: Ref<string>;
}, "goToStep">>
Returns a store, creates it if necessary.