extractPatternSectionRolesFromAttributes
extractPatternSectionRolesFromAttributes(
attributes,convention?):string[]
Defined in: wp-typia-project-tools/src/runtime/pattern-catalog.ts:349
Extract section role slugs from serialized block attributes using the configured class and metadata marker convention.
Parameters
Section titled “Parameters”attributes
Section titled “attributes”Record<string, unknown>
Parsed block attributes from serialized pattern content.
convention?
Section titled “convention?”PatternCatalogSectionRoleConvention = {}
Optional marker convention override.
Returns
Section titled “Returns”string[]
Unique role marker values in discovery order.