Tidy 5e Sheets API
    Preparing search index...

    Type Alias TidyComponentRegistry

    A collection of reusable svelte components across Tidy's configurable features. Use these components when a configuration calls for a component.

    type TidyComponentRegistry = {
        columns: Record<string, Component<any>>;
        rowActions: Record<string, Component<any>>;
    }
    Index

    Properties

    Properties

    columns: Record<string, Component<any>>
    rowActions: Record<string, Component<any>>

    Components for the Row Actions feature.