interface ParagraphTextStyleRule {
    matcher: StructuredTextNodeMatcher;
    paragraphStyleName: string;
    styleKind: paragraph;
}

Properties

paragraphStyleName: string
styleKind: paragraph