TronDesigner Website Integration
    Preparing search index...

    Type Alias ScriptElementDataSetType

    ScriptElementDataSetType: Partial<
        CamelCasedProperties<
            Record<
                Replace<ValueOf<typeof ScriptElementDataAttributesNames>, "data-", "">,
                string,
            >,
        >,
    >

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

    i.e. data-td-api-key becomes tdApiKey.