phoenix_live_view
    Preparing search index...

    Type Alias EncodedJS

    EncodedJS: string | any[]

    An encoded JS command. Use functions in the Phoenix.LiveView.JS module on the server to create and compose JS commands.

    The underlying primitive type is considered opaque, and may change in future versions.