- Preparing search index...
- The search index is not available
RAMP4 - v4.7.0
- useAppbarStore(pinia?, hot?): Store<"appbar", _UnwrapAll<Pick<{
addTempButton: ((value) => void);
items: Ref<AppbarItemSet>;
order: Ref<string[][]>;
removeButton: ((value) => void);
temporary: Ref<string[]>;
visible: ComputedRef<(string | AppbarItemInstance)[][]>;
}, "items" | "order" | "temporary">>, Pick<{
addTempButton: ((value) => void);
items: Ref<AppbarItemSet>;
order: Ref<string[][]>;
removeButton: ((value) => void);
temporary: Ref<string[]>;
visible: ComputedRef<(string | AppbarItemInstance)[][]>;
}, "visible">, Pick<{
addTempButton: ((value) => void);
items: Ref<AppbarItemSet>;
order: Ref<string[][]>;
removeButton: ((value) => void);
temporary: Ref<string[]>;
visible: ComputedRef<(string | AppbarItemInstance)[][]>;
}, "addTempButton" | "removeButton">>
-
Parameters
-
Optional
pinia: null | Pinia
-
Optional
hot: StoreGeneric
Returns Store<"appbar", _UnwrapAll<Pick<{
addTempButton: ((value) => void);
items: Ref<AppbarItemSet>;
order: Ref<string[][]>;
removeButton: ((value) => void);
temporary: Ref<string[]>;
visible: ComputedRef<(string | AppbarItemInstance)[][]>;
}, "items" | "order" | "temporary">>, Pick<{
addTempButton: ((value) => void);
items: Ref<AppbarItemSet>;
order: Ref<string[][]>;
removeButton: ((value) => void);
temporary: Ref<string[]>;
visible: ComputedRef<(string | AppbarItemInstance)[][]>;
}, "visible">, Pick<{
addTempButton: ((value) => void);
items: Ref<AppbarItemSet>;
order: Ref<string[][]>;
removeButton: ((value) => void);
temporary: Ref<string[]>;
visible: ComputedRef<(string | AppbarItemInstance)[][]>;
}, "addTempButton" | "removeButton">>
Returns a store, creates it if necessary.