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

    Attributes persisted on each assignment-embed node in the TipTap document. Stable across editor + viewer; both read/write the same shape.

    interface EmbedAttrs {
        embedId: string;
        fileId: string;
        kind: EmbedKind;
        name: string;
    }
    Index

    Properties

    Properties

    embedId: string

    Stable identifier for THIS embed within the document. Used by the presenter-sync "force focus on this embed" flow (Phase 5) so a teacher can scroll a student's viewer to a specific embed.

    fileId: string

    File identifier the consumer's resolveFile uses to fetch a URL or presigned link. Opaque to the SDK.

    kind: EmbedKind

    Embed kind — drives the card icon and the open behaviour.

    name: string

    Display name shown in the card.