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

    Interface CreateNoteFileOptions

    Options for creating a new note file.

    interface CreateNoteFileOptions {
        initialContent?: JSONContent;
        location?: string;
        name: string;
        ownerId: string;
        ownerName?: string;
    }
    Index

    Properties

    initialContent?: JSONContent

    Initial content (defaults to empty document)

    location?: string

    File location/path (default: '/Notes')

    name: string

    Name for the note

    ownerId: string

    Owner user ID

    ownerName?: string

    Owner display name