generate_stable_id: Generate Stable ID
Description
Generates a stable unique identifier for a plot element.
Usage
generate_stable_id(type, ..., prefix = NULL)
Arguments
- type
Type of element (e.g., "layer", "guide").
- ...
Components to include in the ID hash.
- prefix
Optional prefix for the ID.