E621
    Preparing search index...

    Interface SearchNotesOptions

    interface SearchNotesOptions {
        body_matches?: string;
        creator_id?: number;
        creator_name?: string;
        id?: string | number;
        is_active?: boolean;
        limit?: number;
        order?: "id_asc" | "id_desc";
        page?: number;
        post_id?: number;
        post_note_updater_id?: number;
        post_note_updater_name?: string;
        post_tags_match?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    body_matches?: string
    creator_id?: number
    creator_name?: string
    id?: string | number
    is_active?: boolean
    limit?: number
    order?: "id_asc" | "id_desc"
    page?: number

    Optionalpost_id

    post_id?: number

    Optionalpost_note_updater_id

    post_note_updater_id?: number

    Optionalpost_note_updater_name

    post_note_updater_name?: string

    Optionalpost_tags_match

    post_tags_match?: string