Source code for ooodev.format.inner.common.props.frame_options_names_props
from __future__ import annotations
from typing import NamedTuple
[docs]class FrameOptionsNamesProps(NamedTuple):
"""Internal Properties"""
name: str
desc: str
prev: str
next: str