Skip to content

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.

Record<string, unknown>

Parsed block attributes from serialized pattern content.

PatternCatalogSectionRoleConvention = {}

Optional marker convention override.

string[]

Unique role marker values in discovery order.