Hiyve Components - v1.0.0
    Preparing search index...

    Type Alias EmbedPickerCallback

    EmbedPickerCallback: (
        allowedKinds?: ReadonlyArray<EmbedKind>,
    ) => Promise<PickedEmbed | null>

    Picker callback the editor's "+" toolbar button invokes. Consumers implement this with their own picker UI (the SDK never owns one).

    Type Declaration