TronDesigner Website Integration
    Preparing search index...

    Type Alias BasicActionElementDataSetType

    BasicActionElementDataSetType: Omit<
        CamelCasedProperties<
            Record<
                Replace<
                    ValueOf<typeof BasicActionElementDataAttributesNames>,
                    "data-",
                    "",
                >,
                string,
            >,
        >,
        "tdOptions",
    >

    Converts the action element data attributes names to a type with camel-cased properties so they can be used for typing elements' dataset.

    i.e. data-td-action becomes tdAction.