Trilium Frontend API
    Preparing search index...

    Interface NoteColorPickerProps

    interface NoteColorPickerProps {
        note: string | FNote;
    }
    Index
    note: string | FNote

    The target Note instance or its ID string.