@refinio/one.ui
    Preparing search index...

    The structure of an event

    type EventTypes = {
        addonRenderFn?: (
            entry: JournalEntry,
        ) => React.ReactElement | void | undefined | null;
        icon?: React.ReactElement;
        name: string;
        path?: string;
        rowRenderFn?: (entry: JournalEntry) => React.ReactElement;
        titleRenderFn?: (data: unknown) => React.ReactElement;
        type: string;
    }
    Index

    Properties

    addonRenderFn?: (
        entry: JournalEntry,
    ) => React.ReactElement | void | undefined | null
    icon?: React.ReactElement
    name: string
    path?: string
    rowRenderFn?: (entry: JournalEntry) => React.ReactElement
    titleRenderFn?: (data: unknown) => React.ReactElement
    type: string