Skip to content

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) => Value

Type: (this: void) => Value


Links to this page: