PopoverValueGetter<Value>
Reads the value the popover resolves with when it is confirmed.
Import:
import type { PopoverValueGetter } from 'obsidian-dev-utils/obsidian/popovers/popover';Signature:
export type PopoverValueGetter<Value>Signature:
type PopoverValueGetter<Value> = (this: void) => ValueLinks to this page: