• Preparing search index...
  • The search index is not available
root
  • root
  • lib/svelte/src/CommandBar/data/saved
  • createSavedStore

Function createSavedStore

  • createSavedStore(): {
        add: (item: CommandBarOption) => void;
        clear: () => void;
        subscribe: (
            this: void,
            run: Subscriber<CommandBarOptionList>,
            invalidate?: () => void,
        ) => Unsubscriber;
        update: (this: void, updater: Updater<CommandBarOptionList>) => void;
    }

    Returns {
        add: (item: CommandBarOption) => void;
        clear: () => void;
        subscribe: (
            this: void,
            run: Subscriber<CommandBarOptionList>,
            invalidate?: () => void,
        ) => Unsubscriber;
        update: (this: void, updater: Updater<CommandBarOptionList>) => void;
    }

    • add: (item: CommandBarOption) => void
    • clear: () => void
    • subscribe: (
          this: void,
          run: Subscriber<CommandBarOptionList>,
          invalidate?: () => void,
      ) => Unsubscriber
    • update: (this: void, updater: Updater<CommandBarOptionList>) => void
    • Defined in lib/svelte/src/CommandBar/data/saved.ts:7

Settings

Member Visibility
root
  • Loading...

Generated using TypeDoc