cockpitTargetRefMinimumLength top-level constant

int const cockpitTargetRefMinimumLength

Minimum opaque token length accepted for a live Flutter target reference.

Six base-36 characters keep routine selectors compact while avoiding the unsafe one- or two-character prefixes that can be reassigned after a UI transition. Callers extend the prefix when the mounted target set requires more characters for uniqueness.

Implementation

const int cockpitTargetRefMinimumLength = 6;