Book:
Help:
Guides:
Misc:
DEVELOPER API:
DEVELOPING ODEV:
from __future__ import annotations from typing import NamedTuple [docs]class ListStyleProps(NamedTuple): """Internal Properties""" name: str value: str restart: str