phoenix_live_view
    Preparing search index...

    Type Alias PushOpts

    type PushOpts = {
        page_loading?: boolean;
        target?: HTMLElement | number | string;
        value?: any;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    page_loading?: boolean

    Indicates if a page loading state should be shown.

    target?: HTMLElement | number | string

    For targeting a LiveComponent by its ID, a component ID (number), or a CSS selector string.

    value?: any

    Data to be merged into the event payload.